#87113E

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

Shades of Disco #87113E

Tints of Disco #87113E

Color information

#87113E (or 0x87113E) is unknown color: approx Disco. HEX triplet: 87, 11 and 3E. RGB value is (135,17,62). Sum of RGB (Red+Green+Blue) = 135+17+62=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87113E is #78EEC1. Grayscale: #393939. Windows color (decimal): -7925442 or 4067719. OLE color: 4067719.

HSL color Cylindrical-coordinate representation of color #87113E: hue angle of 337.12º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87113E is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1351762-
CMYK00.870.540.47
HSL337.12º77.63%29.8%-
HSV(B)337.12º87.41%52.94%-
XYZ11.065.95.11-
YUV57.41130.59183.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=63.08%
G=7.94%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135176200.870.540.47337.1277.6329.8
Hex87113E057362F1514e1e
Octal20721760127665752111636
Binary100001111000111111001010111110110101111101010001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87113E; }

 p { color: rgb(135,17,62); }

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

<style>
 a { background-color: #87113E; }

 a { background-color: rgb(135,17,62); }

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

<style>
 span { border-color: #87113E; }

 span { border-color: rgb(135,17,62); }

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