#861E46

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

Shades of Disco #861E46

Tints of Disco #861E46

Color information

#861E46 (or 0x861E46) is unknown color: approx Disco. HEX triplet: 86, 1E and 46. RGB value is (134,30,70). Sum of RGB (Red+Green+Blue) = 134+30+70=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #861E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E46 is #79E1B9. Grayscale: #414141. Windows color (decimal): -7987642 or 4595334. OLE color: 4595334.

HSL color Cylindrical-coordinate representation of color #861E46: hue angle of 336.92º 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 #861E46 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1343070-
CMYK00.780.480.47
HSL336.92º63.41%32.16%-
HSV(B)336.92º77.61%52.55%-
XYZ11.46.446.44-
YUV65.66130.46176.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=57.26%
G=12.82%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134307000.780.480.47336.9263.4132.16
Hex861E4604E302F1513f20
Octal20636106011660575217740
Binary1000011011110100011001001110110000101111101010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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