#871C4A

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

Shades of Disco #871C4A

Tints of Disco #871C4A

Color information

#871C4A (or 0x871C4A) is unknown color: approx Disco. HEX triplet: 87, 1C and 4A. RGB value is (135,28,74). Sum of RGB (Red+Green+Blue) = 135+28+74=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #871C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C4A is #78E3B5. Grayscale: #414141. Windows color (decimal): -7922614 or 4856967. OLE color: 4856967.

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

Color convert

RGB1352874-
CMYK00.790.450.47
HSL334.21º65.64%31.96%-
HSV(B)334.21º79.26%52.94%-
XYZ11.646.487.11-
YUV65.24132.95177.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 28 (11.33% from 255) = 11.81%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=56.96%
G=11.81%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135287400.790.450.47334.2165.6431.96
Hex871C4A04F2D2F14e4220
Octal207341120117555751610240
Binary10000111111001001010010011111011011011111010011101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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