#861441

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

Shades of Disco #861441

Tints of Disco #861441

Color information

#861441 (or 0x861441) is unknown color: approx Disco. HEX triplet: 86, 14 and 41. RGB value is (134,20,65). Sum of RGB (Red+Green+Blue) = 134+20+65=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #861441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861441 is #79EBBE. Grayscale: #3B3B3B. Windows color (decimal): -7990207 or 4265094. OLE color: 4265094.

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

Color convert

RGB1342065-
CMYK00.850.510.47
HSL336.32º74.03%30.2%-
HSV(B)336.32º85.07%52.55%-
XYZ11.045.955.57-
YUV59.22131.27181.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=61.19%
G=9.13%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134206500.850.510.47336.3274.0330.2
Hex861441055332F1504a1e
Octal206241010125635752011236
Binary1000011010100100000101010101110011101111101010000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861441; }

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

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

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

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

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

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

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

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