#872849

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

Shades of Disco #872849

Tints of Disco #872849

Color information

#872849 (or 0x872849) is unknown color: approx Disco. HEX triplet: 87, 28 and 49. RGB value is (135,40,73). Sum of RGB (Red+Green+Blue) = 135+40+73=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #872849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872849 is #78D7B6. Grayscale: #484848. Windows color (decimal): -7919543 or 4794503. OLE color: 4794503.

HSL color Cylindrical-coordinate representation of color #872849: hue angle of 339.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872849 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1354073-
CMYK00.700.460.47
HSL339.16º54.29%34.31%-
HSV(B)339.16º70.37%52.94%-
XYZ11.957.157.05-
YUV72.17128.47172.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=54.44%
G=16.13%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135407300.700.460.47339.1654.2934.31
Hex8728490462E2F1533622
Octal20750111010656575236642
Binary10000111101000100100101000110101110101111101010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872849; }

 p { color: rgb(135,40,73); }

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

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

 a { background-color: rgb(135,40,73); }

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

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

 span { border-color: rgb(135,40,73); }

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