#862149

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

Shades of Disco #862149

Tints of Disco #862149

Color information

#862149 (or 0x862149) is unknown color: approx Disco. HEX triplet: 86, 21 and 49. RGB value is (134,33,73). Sum of RGB (Red+Green+Blue) = 134+33+73=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #862149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862149 is #79DEB6. Grayscale: #434343. Windows color (decimal): -7986871 or 4792710. OLE color: 4792710.

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

Color convert

RGB1343373-
CMYK00.750.460.47
HSL336.24º60.48%32.75%-
HSV(B)336.24º75.37%52.55%-
XYZ11.586.646.97-
YUV67.76130.96175.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=55.83%
G=13.75%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134337300.750.460.47336.2460.4832.75
Hex86214904B2E2F1503c21
Octal20641111011356575207441
Binary10000110100001100100101001011101110101111101010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862149; }

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

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

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

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

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

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

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

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