Html Css Color HEX #52495B Mulled Wine

📋 copy color: '#52495B'

red 82 ◦ green 73 ◦ blue 91

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

Shades of Mulled Wine #52495B

Tints of Mulled Wine #52495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 33.33%
G = 29.67%
B = 36.99%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52495B (or 0x52495B) is known color: Mulled Wine. HEX triplet: 52, 49 and 5B. RGB value is (82,73,91). Sum of RGB (Red+Green+Blue) = 82+73+91=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #52495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52495B is #ADB6A4. Grayscale: #4D4D4D. Windows color (decimal): -11384485 or 5982546. OLE color: 5982546.

HSL color Cylindrical-coordinate representation of color #52495B: hue angle of 270º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52495B is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 73 91 -
CMYK 0.10 0.20 0 0.64
HSL 270º 0.11% 0.32% -
HSV(B) 270º 0.2% 0.36% -
XYZ 7.75 7.31 10.9 -
YUV 77.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 82 73 91 0.10 0.20 0 0.64 270 0.11 0.32
Hex 52 49 5B A 14 0 40 10E B 20
Octal 122 111 133 12 24 0 100 416 13 40
Binary 1010010 1001001 1011011 1010 10100 0 1000000 100001110 1011 100000

Color Harmonies of #52495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52495B

Black with #52495B

Text Example


Text Example

White with #52495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52495B;
 }
 .AnyTagClassName
 {
   color: #52495B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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