#87133E

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

Shades of Disco #87133E

Tints of Disco #87133E

Color information

#87133E (or 0x87133E) is unknown color: approx Disco. HEX triplet: 87, 13 and 3E. RGB value is (135,19,62). Sum of RGB (Red+Green+Blue) = 135+19+62=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87133E is #78ECC1. Grayscale: #3A3A3A. Windows color (decimal): -7924930 or 4068231. OLE color: 4068231.

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

Color convert

RGB1351962-
CMYK00.860.540.47
HSL337.76º75.32%30.2%-
HSV(B)337.76º85.93%52.94%-
XYZ11.095.965.12-
YUV58.59129.93182.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=62.5%
G=8.80%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135196200.860.540.47337.7675.3230.2
Hex87133E056362F1524b1e
Octal20723760126665752211336
Binary100001111001111111001010110110110101111101010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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