#87224C

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

Shades of Disco #87224C

Tints of Disco #87224C

Color information

#87224C (or 0x87224C) is unknown color: approx Disco. HEX triplet: 87, 22 and 4C. RGB value is (135,34,76). Sum of RGB (Red+Green+Blue) = 135+34+76=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87224C is #78DDB3. Grayscale: #444444. Windows color (decimal): -7921076 or 4989575. OLE color: 4989575.

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

Color convert

RGB1353476-
CMYK00.750.440.47
HSL335.05º59.76%33.14%-
HSV(B)335.05º74.81%52.94%-
XYZ11.876.827.53-
YUV68.99131.96175.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=55.10%
G=13.88%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135347600.750.440.47335.0559.7633.14
Hex87224C04B2C2F14f3c21
Octal20742114011354575177441
Binary10000111100010100110001001011101100101111101001111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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