#872746

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

Shades of Disco #872746

Tints of Disco #872746

Color information

#872746 (or 0x872746) is unknown color: approx Disco. HEX triplet: 87, 27 and 46. RGB value is (135,39,70). Sum of RGB (Red+Green+Blue) = 135+39+70=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #872746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872746 is #78D8B9. Grayscale: #474747. Windows color (decimal): -7919802 or 4597639. OLE color: 4597639.

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

Color convert

RGB1353970-
CMYK00.710.480.47
HSL340.62º55.17%34.12%-
HSV(B)340.62º71.11%52.94%-
XYZ11.827.046.53-
YUV71.24127.3173.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 70 (27.73% from 255) = 28.69%
R=55.33%
G=15.98%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135397000.710.480.47340.6255.1734.12
Hex872746047302F1553722
Octal20747106010760575256742
Binary10000111100111100011001000111110000101111101010101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872746; }

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

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

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

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

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

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

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

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