#872848

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

Shades of Disco #872848

Tints of Disco #872848

Color information

#872848 (or 0x872848) is unknown color: approx Disco. HEX triplet: 87, 28 and 48. RGB value is (135,40,72). Sum of RGB (Red+Green+Blue) = 135+40+72=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #872848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872848 is #78D7B7. Grayscale: #484848. Windows color (decimal): -7919544 or 4728967. OLE color: 4728967.

HSL color Cylindrical-coordinate representation of color #872848: hue angle of 339.79º 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 #872848 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1354072-
CMYK00.700.470.47
HSL339.79º54.29%34.31%-
HSV(B)339.79º70.37%52.94%-
XYZ11.927.146.88-
YUV72.05127.97172.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=54.66%
G=16.19%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135407200.700.470.47339.7954.2934.31
Hex8728480462F2F1543622
Octal20750110010657575246642
Binary10000111101000100100001000110101111101111101010100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872848; }

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

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

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

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

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

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

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

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