#862E49

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

Shades of Disco #862E49

Tints of Disco #862E49

Color information

#862E49 (or 0x862E49) is unknown color: approx Disco. HEX triplet: 86, 2E and 49. RGB value is (134,46,73). Sum of RGB (Red+Green+Blue) = 134+46+73=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #862E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E49 is #79D1B6. Grayscale: #4B4B4B. Windows color (decimal): -7983543 or 4796038. OLE color: 4796038.

HSL color Cylindrical-coordinate representation of color #862E49: hue angle of 341.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E49 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1344673-
CMYK00.660.460.47
HSL341.59º48.89%35.29%-
HSV(B)341.59º65.67%52.55%-
XYZ12.017.57.12-
YUV75.39126.65169.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=52.96%
G=18.18%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134467300.660.460.47341.5948.8935.29
Hex862E490422E2F1563123
Octal20656111010256575266143
Binary10000110101110100100101000010101110101111101010110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862E49; }

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

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

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

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

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

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

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

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