#87153E

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

Shades of Disco #87153E

Tints of Disco #87153E

Color information

#87153E (or 0x87153E) is unknown color: approx Disco. HEX triplet: 87, 15 and 3E. RGB value is (135,21,62). Sum of RGB (Red+Green+Blue) = 135+21+62=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87153E is #78EAC1. Grayscale: #3B3B3B. Windows color (decimal): -7924418 or 4068743. OLE color: 4068743.

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

Color convert

RGB1352162-
CMYK00.840.540.47
HSL338.42º73.08%30.59%-
HSV(B)338.42º84.44%52.94%-
XYZ11.136.045.14-
YUV59.76129.27181.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=61.93%
G=9.63%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135216200.840.540.47338.4273.0830.59
Hex87153E054362F152491f
Octal20725760124665752211137
Binary100001111010111111001010100110110101111101010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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