#524961

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

Shades of Mulled Wine #524961

Tints of Mulled Wine #524961

Color information

#524961 (or 0x524961) is unknown color: approx Mulled Wine. HEX triplet: 52, 49 and 61. RGB value is (82,73,97). Sum of RGB (Red+Green+Blue) = 82+73+97=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #524961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524961 is #ADB69E. Grayscale: #4E4E4E. Windows color (decimal): -11384479 or 6375762. OLE color: 6375762.

HSL color Cylindrical-coordinate representation of color #524961: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #524961 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB827397-
CMYK0.150.2500.62
HSL262.5º14.12%33.33%-
HSV(B)262.5º24.74%38.04%-
XYZ8.027.4212.32-
YUV78.43138.48130.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=32.54%
G=28.97%
B=38.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8273970.150.2500.62262.514.1233.33
Hex524961F1903E106e21
Octal12211114117310764061641
Binary10100101001001110000111111100101111101000001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524961; }

 p { color: rgb(82,73,97); }

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

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

 a { background-color: rgb(82,73,97); }

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

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

 span { border-color: rgb(82,73,97); }

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