#52455F

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

Shades of Mulled Wine #52455F

Tints of Mulled Wine #52455F

Color information

#52455F (or 0x52455F) is unknown color: approx Mulled Wine. HEX triplet: 52, 45 and 5F. RGB value is (82,69,95). Sum of RGB (Red+Green+Blue) = 82+69+95=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #52455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52455F is #ADBAA0. Grayscale: #4B4B4B. Windows color (decimal): -11385505 or 6243666. OLE color: 6243666.

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

Color convert

RGB826995-
CMYK0.140.2700.63
HSL270º15.85%32.16%-
HSV(B)270º27.37%37.25%-
XYZ7.676.8811.75-
YUV75.85138.81132.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=33.33%
G=28.05%
B=38.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8269950.140.2700.6327015.8532.16
Hex52455FE1B03F10e1020
Octal12210513716330774162040
Binary101001010001011011111111011011011111110000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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