#87113F

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

Shades of Disco #87113F

Tints of Disco #87113F

Color information

#87113F (or 0x87113F) is unknown color: approx Disco. HEX triplet: 87, 11 and 3F. RGB value is (135,17,63). Sum of RGB (Red+Green+Blue) = 135+17+63=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87113F is #78EEC0. Grayscale: #393939. Windows color (decimal): -7925441 or 4133255. OLE color: 4133255.

HSL color Cylindrical-coordinate representation of color #87113F: hue angle of 336.61º 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 #87113F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1351763-
CMYK00.870.530.47
HSL336.61º77.63%29.8%-
HSV(B)336.61º87.41%52.94%-
XYZ11.095.915.26-
YUV57.53131.09183.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 63 (25% from 255) = 29.30%
R=62.79%
G=7.91%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135176300.870.530.47336.6177.6329.8
Hex87113F057352F1514e1e
Octal20721770127655752111636
Binary100001111000111111101010111110101101111101010001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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