#862549

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

Shades of Disco #862549

Tints of Disco #862549

Color information

#862549 (or 0x862549) is unknown color: approx Disco. HEX triplet: 86, 25 and 49. RGB value is (134,37,73). Sum of RGB (Red+Green+Blue) = 134+37+73=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #862549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862549 is #79DAB6. Grayscale: #464646. Windows color (decimal): -7985847 or 4793734. OLE color: 4793734.

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

Color convert

RGB1343773-
CMYK00.720.460.47
HSL337.73º56.73%33.53%-
HSV(B)337.73º72.39%52.55%-
XYZ11.76.877.01-
YUV70.11129.64173.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=54.92%
G=15.16%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134377300.720.460.47337.7356.7333.53
Hex8625490482E2F1523922
Octal20645111011056575227142
Binary10000110100101100100101001000101110101111101010010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862549; }

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

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

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

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

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

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

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

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