Html Css Color HEX #52455C Mulled Wine

📋 copy color: '#52455C'

red 82 ◦ green 69 ◦ blue 92

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

Shades of Mulled Wine #52455C

Tints of Mulled Wine #52455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.4%

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

R = 33.74%
G = 28.4%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52455C (or 0x52455C) is known color: Mulled Wine. HEX triplet: 52, 45 and 5C. RGB value is (82,69,92). Sum of RGB (Red+Green+Blue) = 82+69+92=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #52455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52455C is #ADBAA3. Grayscale: #4B4B4B. Windows color (decimal): -11385508 or 6047058. OLE color: 6047058.

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

Color convert

RGB 82 69 92 -
CMYK 0.11 0.25 0 0.64
HSL 273.91º 0.14% 0.32% -
HSV(B) 273.91º 0.25% 0.36% -
XYZ 7.54 6.82 11.04 -
YUV 75.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 82 69 92 0.11 0.25 0 0.64 273.91 0.14 0.32
Hex 52 45 5C B 19 0 40 112 E 20
Octal 122 105 134 13 31 0 100 422 16 40
Binary 1010010 1000101 1011100 1011 11001 0 1000000 100010010 1110 100000

Color Harmonies of #52455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52455C

Black with #52455C

Text Example


Text Example

White with #52455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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