Html Css Color HEX #52455B Mulled Wine

📋 copy color: '#52455B'

red 82 ◦ green 69 ◦ blue 91

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

Shades of Mulled Wine #52455B

Tints of Mulled Wine #52455B

RGB

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

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

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

R = 33.88%
G = 28.51%
B = 37.6%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52455B (or 0x52455B) is known color: Mulled Wine. HEX triplet: 52, 45 and 5B. RGB value is (82,69,91). Sum of RGB (Red+Green+Blue) = 82+69+91=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #52455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52455B is #ADBAA4. Grayscale: #4B4B4B. Windows color (decimal): -11385509 or 5981522. OLE color: 5981522.

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

Color convert

RGB 82 69 91 -
CMYK 0.10 0.24 0 0.64
HSL 275.45º 0.14% 0.31% -
HSV(B) 275.45º 0.24% 0.36% -
XYZ 7.5 6.81 10.82 -
YUV 75.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 82 69 91 0.10 0.24 0 0.64 275.45 0.14 0.31
Hex 52 45 5B A 18 0 40 113 E 1F
Octal 122 105 133 12 30 0 100 423 16 37
Binary 1010010 1000101 1011011 1010 11000 0 1000000 100010011 1110 11111

Color Harmonies of #52455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52455B

Black with #52455B

Text Example


Text Example

White with #52455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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