#852549

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

Shades of Disco #852549

Tints of Disco #852549

Color information

#852549 (or 0x852549) is unknown color: approx Disco. HEX triplet: 85, 25 and 49. RGB value is (133,37,73). Sum of RGB (Red+Green+Blue) = 133+37+73=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #852549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852549 is #7ADAB6. Grayscale: #454545. Windows color (decimal): -8051383 or 4793733. OLE color: 4793733.

HSL color Cylindrical-coordinate representation of color #852549: hue angle of 337.5º 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 #852549 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1333773-
CMYK00.720.450.48
HSL337.5º56.47%33.33%-
HSV(B)337.5º72.18%52.16%-
XYZ11.546.797.01-
YUV69.81129.8173.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=54.73%
G=15.23%
B=30.04%

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
Decimal133377300.720.450.48337.556.4733.33
Hex8525490482D301523821
Octal20545111011055605227041
Binary10000101100101100100101001000101101110000101010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852549; }

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

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

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

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

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

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

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

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