#861749

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

Shades of Disco #861749

Tints of Disco #861749

Color information

#861749 (or 0x861749) is unknown color: approx Disco. HEX triplet: 86, 17 and 49. RGB value is (134,23,73). Sum of RGB (Red+Green+Blue) = 134+23+73=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #861749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861749 is #79E8B6. Grayscale: #3D3D3D. Windows color (decimal): -7989431 or 4790150. OLE color: 4790150.

HSL color Cylindrical-coordinate representation of color #861749: hue angle of 332.97º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861749 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1342373-
CMYK00.830.460.47
HSL332.97º70.7%30.78%-
HSV(B)332.97º82.84%52.55%-
XYZ11.346.166.9-
YUV61.89134.27179.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=58.26%
G=10%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134237300.830.460.47332.9770.730.78
Hex8617490532E2F14d471f
Octal206271110123565751510737
Binary1000011010111100100101010011101110101111101001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861749; }

 p { color: rgb(134,23,73); }

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

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

 a { background-color: rgb(134,23,73); }

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

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

 span { border-color: rgb(134,23,73); }

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