#52445F

Color #52445F Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #52445F

Tints of Mulled Wine #52445F

Color information

#52445F (or 0x52445F) is unknown color: approx Mulled Wine. HEX triplet: 52, 44 and 5F. RGB value is (82,68,95). Sum of RGB (Red+Green+Blue) = 82+68+95=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #52445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52445F is #ADBBA0. Grayscale: #4B4B4B. Windows color (decimal): -11385761 or 6243410. OLE color: 6243410.

HSL color Cylindrical-coordinate representation of color #52445F: hue angle of 271.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52445F is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB826895-
CMYK0.140.2800.63
HSL271.11º16.56%31.96%-
HSV(B)271.11º28.42%37.25%-
XYZ7.616.7511.73-
YUV75.26139.14132.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=33.47%
G=27.76%
B=38.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8268950.140.2800.63271.1116.5631.96
Hex52445FE1C03F10f1120
Octal12210413716340774172140
Binary101001010001001011111111011100011111110000111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52445F;
 }
 .AnyTagClassName
 {
   color: #52445F;
 }
</style>
background-color css

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

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

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

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

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

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