Html Css Color HEX #52465B Mulled Wine

📋 copy color: '#52465B'

red 82 ◦ green 70 ◦ blue 91

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

Shades of Mulled Wine #52465B

Tints of Mulled Wine #52465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

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

R = 33.74%
G = 28.81%
B = 37.45%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52465B (or 0x52465B) is known color: Mulled Wine. HEX triplet: 52, 46 and 5B. RGB value is (82,70,91). Sum of RGB (Red+Green+Blue) = 82+70+91=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #52465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52465B is #ADB9A4. Grayscale: #4B4B4B. Windows color (decimal): -11385253 or 5981778. OLE color: 5981778.

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

Color convert

RGB 82 70 91 -
CMYK 0.10 0.23 0 0.64
HSL 274.29º 0.13% 0.32% -
HSV(B) 274.29º 0.23% 0.36% -
XYZ 7.56 6.93 10.84 -
YUV 75.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 82 70 91 0.10 0.23 0 0.64 274.29 0.13 0.32
Hex 52 46 5B A 17 0 40 112 D 20
Octal 122 106 133 12 27 0 100 422 15 40
Binary 1010010 1000110 1011011 1010 10111 0 1000000 100010010 1101 100000

Color Harmonies of #52465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52465B

Black with #52465B

Text Example


Text Example

White with #52465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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