#87104A

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

Shades of Disco #87104A

Tints of Disco #87104A

Color information

#87104A (or 0x87104A) is unknown color: approx Disco. HEX triplet: 87, 10 and 4A. RGB value is (135,16,74). Sum of RGB (Red+Green+Blue) = 135+16+74=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #87104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87104A is #78EFB5. Grayscale: #3A3A3A. Windows color (decimal): -7925686 or 4853895. OLE color: 4853895.

HSL color Cylindrical-coordinate representation of color #87104A: hue angle of 330.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87104A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1351674-
CMYK00.880.450.47
HSL330.76º78.81%29.61%-
HSV(B)330.76º88.15%52.94%-
XYZ11.416.027.04-
YUV58.19136.92182.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=60%
G=7.11%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135167400.880.450.47330.7678.8129.61
Hex87104A0582D2F14b4f1e
Octal207201120130555751311736
Binary1000011110000100101001011000101101101111101001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87104A; }

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

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

<style>
 a { background-color: #87104A; }

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

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

<style>
 span { border-color: #87104A; }

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

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