#872842

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

Shades of Disco #872842

Tints of Disco #872842

Color information

#872842 (or 0x872842) is unknown color: approx Disco. HEX triplet: 87, 28 and 42. RGB value is (135,40,66). Sum of RGB (Red+Green+Blue) = 135+40+66=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872842 is #78D7BD. Grayscale: #474747. Windows color (decimal): -7919550 or 4335751. OLE color: 4335751.

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

Color convert

RGB1354066-
CMYK00.700.510.47
HSL343.58º54.29%34.31%-
HSV(B)343.58º70.37%52.94%-
XYZ11.737.065.9-
YUV71.37124.97173.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=56.02%
G=16.60%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135406600.700.510.47343.5854.2934.31
Hex872842046332F1583622
Octal20750102010663575306642
Binary10000111101000100001001000110110011101111101011000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872842; }

 p { color: rgb(135,40,66); }

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

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

 a { background-color: rgb(135,40,66); }

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

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

 span { border-color: rgb(135,40,66); }

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