#861E49

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

Shades of Disco #861E49

Tints of Disco #861E49

Color information

#861E49 (or 0x861E49) is unknown color: approx Disco. HEX triplet: 86, 1E and 49. RGB value is (134,30,73). Sum of RGB (Red+Green+Blue) = 134+30+73=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #861E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E49 is #79E1B6. Grayscale: #414141. Windows color (decimal): -7987639 or 4791942. OLE color: 4791942.

HSL color Cylindrical-coordinate representation of color #861E49: hue angle of 335.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E49 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1343073-
CMYK00.780.460.47
HSL335.19º63.41%32.16%-
HSV(B)335.19º77.61%52.55%-
XYZ11.56.486.95-
YUV66131.96176.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=56.54%
G=12.66%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134307300.780.460.47335.1963.4132.16
Hex861E4904E2E2F14f3f20
Octal20636111011656575177740
Binary1000011011110100100101001110101110101111101001111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E49; }

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

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

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

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

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

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

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

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