#87294C

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

Shades of Disco #87294C

Tints of Disco #87294C

Color information

#87294C (or 0x87294C) is unknown color: approx Disco. HEX triplet: 87, 29 and 4C. RGB value is (135,41,76). Sum of RGB (Red+Green+Blue) = 135+41+76=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87294C is #78D6B3. Grayscale: #494949. Windows color (decimal): -7919284 or 4991367. OLE color: 4991367.

HSL color Cylindrical-coordinate representation of color #87294C: hue angle of 337.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87294C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1354176-
CMYK00.700.440.47
HSL337.66º53.41%34.51%-
HSV(B)337.66º69.63%52.94%-
XYZ12.097.267.6-
YUV73.1129.64172.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=53.57%
G=16.27%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135417600.700.440.47337.6653.4134.51
Hex87294C0462C2F1523523
Octal20751114010654575226543
Binary10000111101001100110001000110101100101111101010010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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