#872947

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

Shades of Disco #872947

Tints of Disco #872947

Color information

#872947 (or 0x872947) is unknown color: approx Disco. HEX triplet: 87, 29 and 47. RGB value is (135,41,71). Sum of RGB (Red+Green+Blue) = 135+41+71=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #872947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872947 is #78D6B8. Grayscale: #484848. Windows color (decimal): -7919289 or 4663687. OLE color: 4663687.

HSL color Cylindrical-coordinate representation of color #872947: 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.7%. Process color model (Four color, CMYK) of #872947 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1354171-
CMYK00.700.470.47
HSL340.85º53.41%34.51%-
HSV(B)340.85º69.63%52.94%-
XYZ11.927.196.72-
YUV72.53127.14172.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=54.66%
G=16.60%
B=28.74%

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
Decimal135417100.700.470.47340.8553.4134.51
Hex8729470462F2F1553523
Octal20751107010657575256543
Binary10000111101001100011101000110101111101111101010101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872947; }

 p { color: rgb(135,41,71); }

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

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

 a { background-color: rgb(135,41,71); }

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

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

 span { border-color: rgb(135,41,71); }

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