#524B61

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

Shades of Mulled Wine #524B61

Tints of Mulled Wine #524B61

Color information

#524B61 (or 0x524B61) is unknown color: approx Mulled Wine. HEX triplet: 52, 4B and 61. RGB value is (82,75,97). Sum of RGB (Red+Green+Blue) = 82+75+97=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #524B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B61 is #ADB49E. Grayscale: #4F4F4F. Windows color (decimal): -11383967 or 6376274. OLE color: 6376274.

HSL color Cylindrical-coordinate representation of color #524B61: hue angle of 259.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524B61 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB827597-
CMYK0.150.2300.62
HSL259.09º12.79%33.73%-
HSV(B)259.09º22.68%38.04%-
XYZ8.157.6912.36-
YUV79.6137.82129.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=32.28%
G=29.53%
B=38.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8275970.150.2300.62259.0912.7933.73
Hex524B61F1703E103d22
Octal12211314117270764031542
Binary10100101001011110000111111011101111101000000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B61; }

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

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

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

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

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

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

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

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