#861A41

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

Shades of Disco #861A41

Tints of Disco #861A41

Color information

#861A41 (or 0x861A41) is unknown color: approx Disco. HEX triplet: 86, 1A and 41. RGB value is (134,26,65). Sum of RGB (Red+Green+Blue) = 134+26+65=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #861A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A41 is #79E5BE. Grayscale: #3E3E3E. Windows color (decimal): -7988671 or 4266630. OLE color: 4266630.

HSL color Cylindrical-coordinate representation of color #861A41: hue angle of 338.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A41 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1342665-
CMYK00.810.510.47
HSL338.33º67.5%31.37%-
HSV(B)338.33º80.6%52.55%-
XYZ11.166.195.61-
YUV62.74129.28178.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=59.56%
G=11.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134266500.810.510.47338.3367.531.37
Hex861A41051332F152441f
Octal206321010121635752210437
Binary1000011011010100000101010001110011101111101010010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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