#861141

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

Shades of Disco #861141

Tints of Disco #861141

Color information

#861141 (or 0x861141) is unknown color: approx Disco. HEX triplet: 86, 11 and 41. RGB value is (134,17,65). Sum of RGB (Red+Green+Blue) = 134+17+65=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #861141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861141 is #79EEBE. Grayscale: #393939. Windows color (decimal): -7990975 or 4264326. OLE color: 4264326.

HSL color Cylindrical-coordinate representation of color #861141: hue angle of 335.38º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861141 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1341765-
CMYK00.870.510.47
HSL335.38º77.48%29.61%-
HSV(B)335.38º87.31%52.55%-
XYZ10.995.855.55-
YUV57.46132.26182.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=62.04%
G=7.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134176500.870.510.47335.3877.4829.61
Hex861141057332F14f4d1e
Octal206211010127635751711536
Binary1000011010001100000101010111110011101111101001111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861141; }

 p { color: rgb(134,17,65); }

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

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

 a { background-color: rgb(134,17,65); }

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

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

 span { border-color: rgb(134,17,65); }

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