#871C42

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

Shades of Disco #871C42

Tints of Disco #871C42

Color information

#871C42 (or 0x871C42) is unknown color: approx Disco. HEX triplet: 87, 1C and 42. RGB value is (135,28,66). Sum of RGB (Red+Green+Blue) = 135+28+66=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #871C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C42 is #78E3BD. Grayscale: #404040. Windows color (decimal): -7922622 or 4332679. OLE color: 4332679.

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

Color convert

RGB1352866-
CMYK00.790.510.47
HSL338.69º65.64%31.96%-
HSV(B)338.69º79.26%52.94%-
XYZ11.396.375.78-
YUV64.32128.95178.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 28 (11.33% from 255) = 12.23%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=58.95%
G=12.23%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135286600.790.510.47338.6965.6431.96
Hex871C4204F332F1534220
Octal207341020117635752310240
Binary10000111111001000010010011111100111011111010100111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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