#861B40

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

Shades of Disco #861B40

Tints of Disco #861B40

Color information

#861B40 (or 0x861B40) is unknown color: approx Disco. HEX triplet: 86, 1B and 40. RGB value is (134,27,64). Sum of RGB (Red+Green+Blue) = 134+27+64=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #861B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B40 is #79E4BF. Grayscale: #3F3F3F. Windows color (decimal): -7988416 or 4201350. OLE color: 4201350.

HSL color Cylindrical-coordinate representation of color #861B40: hue angle of 339.25º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B40 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1342764-
CMYK00.800.520.47
HSL339.25º66.46%31.57%-
HSV(B)339.25º79.85%52.55%-
XYZ11.156.225.46-
YUV63.21128.45178.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=59.56%
G=12%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134276400.800.520.47339.2566.4631.57
Hex861B40050342F1534220
Octal206331000120645752310240
Binary10000110110111000000010100001101001011111010100111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,27,64); }

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

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

 a { background-color: rgb(134,27,64); }

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

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

 span { border-color: rgb(134,27,64); }

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