#871C49

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

Shades of Disco #871C49

Tints of Disco #871C49

Color information

#871C49 (or 0x871C49) is unknown color: approx Disco. HEX triplet: 87, 1C and 49. RGB value is (135,28,73). Sum of RGB (Red+Green+Blue) = 135+28+73=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #871C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C49 is #78E3B6. Grayscale: #414141. Windows color (decimal): -7922615 or 4791431. OLE color: 4791431.

HSL color Cylindrical-coordinate representation of color #871C49: hue angle of 334.77º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871C49 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1352873-
CMYK00.790.460.47
HSL334.77º65.64%31.96%-
HSV(B)334.77º79.26%52.94%-
XYZ11.616.466.94-
YUV65.12132.45177.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=57.20%
G=11.86%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135287300.790.460.47334.7765.6431.96
Hex871C4904F2E2F14f4220
Octal207341110117565751710240
Binary10000111111001001001010011111011101011111010011111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871C49; }

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

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

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

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

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

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

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

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