Html Css Color HEX #52445D Mulled Wine

📋 copy color: '#52445D'

red 82 ◦ green 68 ◦ blue 93

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

Shades of Mulled Wine #52445D

Tints of Mulled Wine #52445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 33.74%
G = 27.98%
B = 38.27%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52445D (or 0x52445D) is known color: Mulled Wine. HEX triplet: 52, 44 and 5D. RGB value is (82,68,93). Sum of RGB (Red+Green+Blue) = 82+68+93=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #52445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52445D is #ADBBA2. Grayscale: #4A4A4A. Windows color (decimal): -11385763 or 6112338. OLE color: 6112338.

HSL color Cylindrical-coordinate representation of color #52445D: hue angle of 273.6º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52445D is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 68 93 -
CMYK 0.12 0.27 0 0.64
HSL 273.6º 0.16% 0.32% -
HSV(B) 273.6º 0.27% 0.36% -
XYZ 7.52 6.72 11.26 -
YUV 75.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 82 68 93 0.12 0.27 0 0.64 273.6 0.16 0.32
Hex 52 44 5D C 1B 0 40 112 10 20
Octal 122 104 135 14 33 0 100 422 20 40
Binary 1010010 1000100 1011101 1100 11011 0 1000000 100010010 10000 100000

Color Harmonies of #52445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52445D

Black with #52445D

Text Example


Text Example

White with #52445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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