#861A46

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

Shades of Disco #861A46

Tints of Disco #861A46

Color information

#861A46 (or 0x861A46) is unknown color: approx Disco. HEX triplet: 86, 1A and 46. RGB value is (134,26,70). Sum of RGB (Red+Green+Blue) = 134+26+70=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #861A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A46 is #79E5B9. Grayscale: #3F3F3F. Windows color (decimal): -7988666 or 4594310. OLE color: 4594310.

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

Color convert

RGB1342670-
CMYK00.810.480.47
HSL335.56º67.5%31.37%-
HSV(B)335.56º80.6%52.55%-
XYZ11.316.256.4-
YUV63.31131.78178.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=58.26%
G=11.30%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134267000.810.480.47335.5667.531.37
Hex861A46051302F150441f
Octal206321060121605752010437
Binary1000011011010100011001010001110000101111101010000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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