#87173E

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

Shades of Disco #87173E

Tints of Disco #87173E

Color information

#87173E (or 0x87173E) is unknown color: approx Disco. HEX triplet: 87, 17 and 3E. RGB value is (135,23,62). Sum of RGB (Red+Green+Blue) = 135+23+62=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87173E is #78E8C1. Grayscale: #3C3C3C. Windows color (decimal): -7923906 or 4069255. OLE color: 4069255.

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

Color convert

RGB1352362-
CMYK00.830.540.47
HSL339.11º70.89%30.98%-
HSV(B)339.11º82.96%52.94%-
XYZ11.176.115.15-
YUV60.93128.61180.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=61.36%
G=10.45%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135236200.830.540.47339.1170.8930.98
Hex87173E053362F153471f
Octal20727760123665752310737
Binary100001111011111111001010011110110101111101010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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