Html Css Color HEX #52445E Mulled Wine

📋 copy color: '#52445E'

red 82 ◦ green 68 ◦ blue 94

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

Shades of Mulled Wine #52445E

Tints of Mulled Wine #52445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 33.61%
G = 27.87%
B = 38.52%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52445E (or 0x52445E) is known color: Mulled Wine. HEX triplet: 52, 44 and 5E. RGB value is (82,68,94). Sum of RGB (Red+Green+Blue) = 82+68+94=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #52445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52445E is #ADBBA1. Grayscale: #4B4B4B. Windows color (decimal): -11385762 or 6177874. OLE color: 6177874.

HSL color Cylindrical-coordinate representation of color #52445E: hue angle of 272.31º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52445E is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 68 94 -
CMYK 0.13 0.28 0 0.63
HSL 272.31º 0.16% 0.32% -
HSV(B) 272.31º 0.28% 0.37% -
XYZ 7.57 6.74 11.49 -
YUV 75.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 82 68 94 0.13 0.28 0 0.63 272.31 0.16 0.32
Hex 52 44 5E D 1C 0 3F 110 10 20
Octal 122 104 136 15 34 0 77 420 20 40
Binary 1010010 1000100 1011110 1101 11100 0 111111 100010000 10000 100000

Color Harmonies of #52445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52445E

Black with #52445E

Text Example


Text Example

White with #52445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52445E; }

 p { color: rgb(82,68,94); }

 H1.HeaderClassName
 {
   color: #52445E;
 }
 .AnyTagClassName
 {
   color: #52445E;
 }
</style>

background-color css

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

 a { background-color: rgb(82,68,94); }

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

border-color css

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

 span { border-color: rgb(82,68,94); }

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