Html Css Color HEX #52465A Mulled Wine

📋 copy color: '#52465A'

red 82 ◦ green 70 ◦ blue 90

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

Shades of Mulled Wine #52465A

Tints of Mulled Wine #52465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 33.88%
G = 28.93%
B = 37.19%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52465A (or 0x52465A) is known color: Mulled Wine. HEX triplet: 52, 46 and 5A. RGB value is (82,70,90). Sum of RGB (Red+Green+Blue) = 82+70+90=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #52465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52465A is #ADB9A5. Grayscale: #4B4B4B. Windows color (decimal): -11385254 or 5916242. OLE color: 5916242.

HSL color Cylindrical-coordinate representation of color #52465A: hue angle of 276º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52465A is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 70 90 -
CMYK 0.09 0.22 0 0.65
HSL 276º 0.13% 0.31% -
HSV(B) 276º 0.22% 0.35% -
XYZ 7.52 6.91 10.61 -
YUV 75.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 82 70 90 0.09 0.22 0 0.65 276 0.13 0.31
Hex 52 46 5A 9 16 0 41 114 C 1F
Octal 122 106 132 11 26 0 101 424 14 37
Binary 1010010 1000110 1011010 1001 10110 0 1000001 100010100 1100 11111

Color Harmonies of #52465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52465A

Black with #52465A

Text Example


Text Example

White with #52465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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