#882A48

Color #882A48 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #882A48

Tints of Disco #882A48

Color information

#882A48 (or 0x882A48) is unknown color: approx Disco. HEX triplet: 88, 2A and 48. RGB value is (136,42,72). Sum of RGB (Red+Green+Blue) = 136+42+72=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #882A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A48 is #77D5B7. Grayscale: #494949. Windows color (decimal): -7853496 or 4729480. OLE color: 4729480.

HSL color Cylindrical-coordinate representation of color #882A48: hue angle of 340.85º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A48 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1364272-
CMYK00.690.470.47
HSL340.85º52.81%34.9%-
HSV(B)340.85º69.12%53.33%-
XYZ12.157.366.91-
YUV73.53127.14172.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=54.4%
G=16.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136427200.690.470.47340.8552.8134.9
Hex882A480452F2F1553523
Octal21052110010557575256543
Binary10001000101010100100001000101101111101111101010101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A48; }

 p { color: rgb(136,42,72); }

 H1.HeaderClassName
 {
   color: #882A48;
 }
 .AnyTagClassName
 {
   color: #882A48;
 }
</style>
background-color css

<style>
 a { background-color: #882A48; }

 a { background-color: rgb(136,42,72); }

 div.DivClassName
 {
   background-color: #882A48;
 }
 .BgClassName
 {
   background-color: #882A48;
 }
</style>
border-color css

<style>
 span { border-color: #882A48; }

 span { border-color: rgb(136,42,72); }

 td.TdClassName
 {
   border-color: #882A48;
 }
 .TagClassName
 {
   border-color: #882A48;
 }
</style>