#842549

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

Shades of Disco #842549

Tints of Disco #842549

Color information

#842549 (or 0x842549) is unknown color: approx Disco. HEX triplet: 84, 25 and 49. RGB value is (132,37,73). Sum of RGB (Red+Green+Blue) = 132+37+73=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #842549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842549 is #7BDAB6. Grayscale: #454545. Windows color (decimal): -8116919 or 4793732. OLE color: 4793732.

HSL color Cylindrical-coordinate representation of color #842549: hue angle of 337.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842549 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1323773-
CMYK00.720.450.48
HSL337.26º56.21%33.14%-
HSV(B)337.26º71.97%51.76%-
XYZ11.386.717-
YUV69.51129.97172.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=54.55%
G=15.29%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132377300.720.450.48337.2656.2133.14
Hex8425490482D301513821
Octal20445111011055605217041
Binary10000100100101100100101001000101101110000101010001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842549; }

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

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

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

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

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

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

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

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