#871B42

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

Shades of Disco #871B42

Tints of Disco #871B42

Color information

#871B42 (or 0x871B42) is unknown color: approx Disco. HEX triplet: 87, 1B and 42. RGB value is (135,27,66). Sum of RGB (Red+Green+Blue) = 135+27+66=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #871B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B42 is #78E4BD. Grayscale: #3F3F3F. Windows color (decimal): -7922878 or 4332423. OLE color: 4332423.

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

Color convert

RGB1352766-
CMYK00.80.510.47
HSL338.33º66.67%31.76%-
HSV(B)338.33º80%52.94%-
XYZ11.376.335.78-
YUV63.74129.28178.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=59.21%
G=11.84%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135276600.80.510.47338.3366.6731.76
Hex871B42050332F1524320
Octal207331020120635752210340
Binary10000111110111000010010100001100111011111010100101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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