#861E4B

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

Shades of Disco #861E4B

Tints of Disco #861E4B

Color information

#861E4B (or 0x861E4B) is unknown color: approx Disco. HEX triplet: 86, 1E and 4B. RGB value is (134,30,75). Sum of RGB (Red+Green+Blue) = 134+30+75=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #861E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E4B is #79E1B4. Grayscale: #424242. Windows color (decimal): -7987637 or 4923014. OLE color: 4923014.

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

Color convert

RGB1343075-
CMYK00.780.440.47
HSL334.04º63.41%32.16%-
HSV(B)334.04º77.61%52.55%-
XYZ11.576.57.3-
YUV66.23132.96176.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=56.07%
G=12.55%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134307500.780.440.47334.0463.4132.16
Hex861E4B04E2C2F14e3f20
Octal20636113011654575167740
Binary1000011011110100101101001110101100101111101001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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