#861E4A

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

Shades of Disco #861E4A

Tints of Disco #861E4A

Color information

#861E4A (or 0x861E4A) is unknown color: approx Disco. HEX triplet: 86, 1E and 4A. RGB value is (134,30,74). Sum of RGB (Red+Green+Blue) = 134+30+74=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #861E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E4A is #79E1B5. Grayscale: #424242. Windows color (decimal): -7987638 or 4857478. OLE color: 4857478.

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

Color convert

RGB1343074-
CMYK00.780.450.47
HSL334.62º63.41%32.16%-
HSV(B)334.62º77.61%52.55%-
XYZ11.536.497.12-
YUV66.11132.46176.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=56.30%
G=12.61%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134307400.780.450.47334.6263.4132.16
Hex861E4A04E2D2F14f3f20
Octal20636112011655575177740
Binary1000011011110100101001001110101101101111101001111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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