#87324C

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

Shades of Disco #87324C

Tints of Disco #87324C

Color information

#87324C (or 0x87324C) is unknown color: approx Disco. HEX triplet: 87, 32 and 4C. RGB value is (135,50,76). Sum of RGB (Red+Green+Blue) = 135+50+76=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87324C is #78CDB3. Grayscale: #4E4E4E. Windows color (decimal): -7916980 or 4993671. OLE color: 4993671.

HSL color Cylindrical-coordinate representation of color #87324C: hue angle of 341.65º 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 #87324C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1355076-
CMYK00.630.440.47
HSL341.65º45.95%36.27%-
HSV(B)341.65º62.96%52.94%-
XYZ12.447.957.72-
YUV78.38126.66168.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=51.72%
G=19.16%
B=29.12%

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
Decimal135507600.630.440.47341.6545.9536.27
Hex87324C03F2C2F1562e24
Octal2076211407754575265644
Binary1000011111001010011000111111101100101111101010110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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