#862C46

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

Shades of Disco #862C46

Tints of Disco #862C46

Color information

#862C46 (or 0x862C46) is unknown color: approx Disco. HEX triplet: 86, 2C and 46. RGB value is (134,44,70). Sum of RGB (Red+Green+Blue) = 134+44+70=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #862C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C46 is #79D3B9. Grayscale: #494949. Windows color (decimal): -7984058 or 4598918. OLE color: 4598918.

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

Color convert

RGB1344470-
CMYK00.670.480.47
HSL342.67º50.56%34.9%-
HSV(B)342.67º67.16%52.55%-
XYZ11.847.316.58-
YUV73.87125.82170.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.03%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=54.03%
G=17.74%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134447000.670.480.47342.6750.5634.9
Hex862C46043302F1573323
Octal20654106010360575276343
Binary10000110101100100011001000011110000101111101010111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,70); }

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

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

 a { background-color: rgb(134,44,70); }

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

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

 span { border-color: rgb(134,44,70); }

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