#52495A

Color #52495A Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #52495A

Tints of Mulled Wine #52495A

Color information

#52495A (or 0x52495A) is unknown color: approx Mulled Wine. HEX triplet: 52, 49 and 5A. RGB value is (82,73,90). Sum of RGB (Red+Green+Blue) = 82+73+90=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #52495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52495A is #ADB6A5. Grayscale: #4D4D4D. Windows color (decimal): -11384486 or 5917010. OLE color: 5917010.

HSL color Cylindrical-coordinate representation of color #52495A: hue angle of 271.76º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52495A is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB827390-
CMYK0.090.1900.65
HSL271.76º10.43%31.96%-
HSV(B)271.76º18.89%35.29%-
XYZ7.717.310.68-
YUV77.63134.98131.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=33.47%
G=29.80%
B=36.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8273900.090.1900.65271.7610.4331.96
Hex52495A913041110a20
Octal122111132112301014201240
Binary101001010010011011010100110011010000011000100001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52495A; }

 p { color: rgb(82,73,90); }

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

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

 a { background-color: rgb(82,73,90); }

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

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

 span { border-color: rgb(82,73,90); }

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