#87324B

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

Shades of Disco #87324B

Tints of Disco #87324B

Color information

#87324B (or 0x87324B) is unknown color: approx Disco. HEX triplet: 87, 32 and 4B. RGB value is (135,50,75). Sum of RGB (Red+Green+Blue) = 135+50+75=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87324B is #78CDB4. Grayscale: #4E4E4E. Windows color (decimal): -7916981 or 4928135. OLE color: 4928135.

HSL color Cylindrical-coordinate representation of color #87324B: hue angle of 342.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87324B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1355075-
CMYK00.630.440.47
HSL342.35º45.95%36.27%-
HSV(B)342.35º62.96%52.94%-
XYZ12.47.947.54-
YUV78.26126.16168.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=51.92%
G=19.23%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135507500.630.440.47342.3545.9536.27
Hex87324B03F2C2F1562e24
Octal2076211307754575265644
Binary1000011111001010010110111111101100101111101010110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87324B; }

 p { color: rgb(135,50,75); }

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

<style>
 a { background-color: #87324B; }

 a { background-color: rgb(135,50,75); }

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

<style>
 span { border-color: #87324B; }

 span { border-color: rgb(135,50,75); }

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