#871B4C

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

Shades of Disco #871B4C

Tints of Disco #871B4C

Color information

#871B4C (or 0x871B4C) is unknown color: approx Disco. HEX triplet: 87, 1B and 4C. RGB value is (135,27,76). Sum of RGB (Red+Green+Blue) = 135+27+76=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #871B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B4C is #78E4B3. Grayscale: #404040. Windows color (decimal): -7922868 or 4987783. OLE color: 4987783.

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

Color convert

RGB1352776-
CMYK00.80.440.47
HSL332.78º66.67%31.76%-
HSV(B)332.78º80%52.94%-
XYZ11.696.467.47-
YUV64.88134.28178.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=56.72%
G=11.34%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135277600.80.440.47332.7866.6731.76
Hex871B4C0502C2F14d4320
Octal207331140120545751510340
Binary10000111110111001100010100001011001011111010011011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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