#872549

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

Shades of Disco #872549

Tints of Disco #872549

Color information

#872549 (or 0x872549) is unknown color: approx Disco. HEX triplet: 87, 25 and 49. RGB value is (135,37,73). Sum of RGB (Red+Green+Blue) = 135+37+73=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #872549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872549 is #78DAB6. Grayscale: #464646. Windows color (decimal): -7920311 or 4793735. OLE color: 4793735.

HSL color Cylindrical-coordinate representation of color #872549: hue angle of 337.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872549 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1353773-
CMYK00.730.460.47
HSL337.96º56.98%33.73%-
HSV(B)337.96º72.59%52.94%-
XYZ11.866.967.02-
YUV70.41129.47174.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=55.10%
G=15.10%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135377300.730.460.47337.9656.9833.73
Hex8725490492E2F1523922
Octal20745111011156575227142
Binary10000111100101100100101001001101110101111101010010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872549; }

 p { color: rgb(135,37,73); }

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

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

 a { background-color: rgb(135,37,73); }

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

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

 span { border-color: rgb(135,37,73); }

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