#872446

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

Shades of Disco #872446

Tints of Disco #872446

Color information

#872446 (or 0x872446) is unknown color: approx Disco. HEX triplet: 87, 24 and 46. RGB value is (135,36,70). Sum of RGB (Red+Green+Blue) = 135+36+70=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872446 is #78DBB9. Grayscale: #454545. Windows color (decimal): -7920570 or 4596871. OLE color: 4596871.

HSL color Cylindrical-coordinate representation of color #872446: hue angle of 339.39º degrees, saturation: 0.58, 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 #872446 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1353670-
CMYK00.730.480.47
HSL339.39º57.89%33.53%-
HSV(B)339.39º73.33%52.94%-
XYZ11.736.856.5-
YUV69.48128.3174.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=56.02%
G=14.94%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135367000.730.480.47339.3957.8933.53
Hex872446049302F1533a22
Octal20744106011160575237242
Binary10000111100100100011001001001110000101111101010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872446; }

 p { color: rgb(135,36,70); }

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

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

 a { background-color: rgb(135,36,70); }

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

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

 span { border-color: rgb(135,36,70); }

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