#862442

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

Shades of Disco #862442

Tints of Disco #862442

Color information

#862442 (or 0x862442) is unknown color: approx Disco. HEX triplet: 86, 24 and 42. RGB value is (134,36,66). Sum of RGB (Red+Green+Blue) = 134+36+66=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #862442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862442 is #79DBBD. Grayscale: #444444. Windows color (decimal): -7986110 or 4334726. OLE color: 4334726.

HSL color Cylindrical-coordinate representation of color #862442: hue angle of 341.63º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862442 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1343666-
CMYK00.730.510.47
HSL341.63º57.65%33.33%-
HSV(B)341.63º73.13%52.55%-
XYZ11.456.725.85-
YUV68.72126.47174.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=56.78%
G=15.25%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134366600.730.510.47341.6357.6533.33
Hex862442049332F1563a21
Octal20644102011163575267241
Binary10000110100100100001001001001110011101111101010110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862442; }

 p { color: rgb(134,36,66); }

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

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

 a { background-color: rgb(134,36,66); }

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

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

 span { border-color: rgb(134,36,66); }

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