#862942

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

Shades of Disco #862942

Tints of Disco #862942

Color information

#862942 (or 0x862942) is unknown color: approx Disco. HEX triplet: 86, 29 and 42. RGB value is (134,41,66). Sum of RGB (Red+Green+Blue) = 134+41+66=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #862942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862942 is #79D6BD. Grayscale: #474747. Windows color (decimal): -7984830 or 4336006. OLE color: 4336006.

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

Color convert

RGB1344166-
CMYK00.690.510.47
HSL343.87º53.14%34.31%-
HSV(B)343.87º69.4%52.55%-
XYZ11.617.055.9-
YUV71.66124.81172.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=55.60%
G=17.01%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134416600.690.510.47343.8753.1434.31
Hex862942045332F1583522
Octal20651102010563575306542
Binary10000110101001100001001000101110011101111101011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862942; }

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

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

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

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

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

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

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

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