#862849

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

Shades of Disco #862849

Tints of Disco #862849

Color information

#862849 (or 0x862849) is unknown color: approx Disco. HEX triplet: 86, 28 and 49. RGB value is (134,40,73). Sum of RGB (Red+Green+Blue) = 134+40+73=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #862849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862849 is #79D7B6. Grayscale: #474747. Windows color (decimal): -7985079 or 4794502. OLE color: 4794502.

HSL color Cylindrical-coordinate representation of color #862849: hue angle of 338.94º 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 #862849 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1344073-
CMYK00.700.460.47
HSL338.94º54.02%34.12%-
HSV(B)338.94º70.15%52.55%-
XYZ11.797.077.05-
YUV71.87128.64172.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=54.25%
G=16.19%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134407300.700.460.47338.9454.0234.12
Hex8628490462E2F1533622
Octal20650111010656575236642
Binary10000110101000100100101000110101110101111101010011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862849; }

 p { color: rgb(134,40,73); }

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

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

 a { background-color: rgb(134,40,73); }

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

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

 span { border-color: rgb(134,40,73); }

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