Html Css Color HEX #52495A Mulled Wine

📋 copy color: '#52495A'

red 82 ◦ green 73 ◦ blue 90

#52495A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #52495A

Tints of Mulled Wine #52495A

RGB

 RED value IS 82 (32.42% from 255) = 33.47%

 GREEN value IS 73 (28.91% from 255) = 29.8%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 33.47%
G = 29.8%
B = 36.73%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52495A (or 0x52495A) is known color: 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

RGB 82 73 90 -
CMYK 0.09 0.19 0 0.65
HSL 271.76º 0.1% 0.32% -
HSV(B) 271.76º 0.19% 0.35% -
XYZ 7.71 7.3 10.68 -
YUV 77.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 82 73 90 0.09 0.19 0 0.65 271.76 0.1 0.32
Hex 52 49 5A 9 13 0 41 110 A 20
Octal 122 111 132 11 23 0 101 420 12 40
Binary 1010010 1001001 1011010 1001 10011 0 1000001 100010000 1010 100000

Color Harmonies of #52495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52495A

Black with #52495A

Text Example


Text Example

White with #52495A

Text Example


Text Example

HTML Codes & Css Web 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>