#862E47

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

Shades of Disco #862E47

Tints of Disco #862E47

Color information

#862E47 (or 0x862E47) is unknown color: approx Disco. HEX triplet: 86, 2E and 47. RGB value is (134,46,71). Sum of RGB (Red+Green+Blue) = 134+46+71=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #862E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E47 is #79D1B8. Grayscale: #4B4B4B. Windows color (decimal): -7983545 or 4664966. OLE color: 4664966.

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

Color convert

RGB1344671-
CMYK00.660.470.47
HSL342.95º48.89%35.29%-
HSV(B)342.95º65.67%52.55%-
XYZ11.957.486.77-
YUV75.16125.65169.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=53.39%
G=18.33%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134467100.660.470.47342.9548.8935.29
Hex862E470422F2F1573123
Octal20656107010257575276143
Binary10000110101110100011101000010101111101111101010111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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