#87224A

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

Shades of Disco #87224A

Tints of Disco #87224A

Color information

#87224A (or 0x87224A) is unknown color: approx Disco. HEX triplet: 87, 22 and 4A. RGB value is (135,34,74). Sum of RGB (Red+Green+Blue) = 135+34+74=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #87224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87224A is #78DDB5. Grayscale: #444444. Windows color (decimal): -7921078 or 4858503. OLE color: 4858503.

HSL color Cylindrical-coordinate representation of color #87224A: hue angle of 336.24º 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 #87224A is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1353474-
CMYK00.750.450.47
HSL336.24º59.76%33.14%-
HSV(B)336.24º74.81%52.94%-
XYZ11.86.797.17-
YUV68.76130.96175.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=55.56%
G=13.99%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135347400.750.450.47336.2459.7633.14
Hex87224A04B2D2F1503c21
Octal20742112011355575207441
Binary10000111100010100101001001011101101101111101010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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