Html Css Color HEX #52445C Mulled Wine

📋 copy color: '#52445C'

red 82 ◦ green 68 ◦ blue 92

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

Shades of Mulled Wine #52445C

Tints of Mulled Wine #52445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 33.88%
G = 28.1%
B = 38.02%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52445C (or 0x52445C) is known color: Mulled Wine. HEX triplet: 52, 44 and 5C. RGB value is (82,68,92). Sum of RGB (Red+Green+Blue) = 82+68+92=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #52445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52445C is #ADBBA3. Grayscale: #4A4A4A. Windows color (decimal): -11385764 or 6046802. OLE color: 6046802.

HSL color Cylindrical-coordinate representation of color #52445C: hue angle of 275º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52445C is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 68 92 -
CMYK 0.11 0.26 0 0.64
HSL 275º 0.15% 0.31% -
HSV(B) 275º 0.26% 0.36% -
XYZ 7.48 6.7 11.02 -
YUV 74.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 82 68 92 0.11 0.26 0 0.64 275 0.15 0.31
Hex 52 44 5C B 1A 0 40 113 F 1F
Octal 122 104 134 13 32 0 100 423 17 37
Binary 1010010 1000100 1011100 1011 11010 0 1000000 100010011 1111 11111

Color Harmonies of #52445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52445C

Black with #52445C

Text Example


Text Example

White with #52445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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