#524362

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

Shades of Mulled Wine #524362

Tints of Mulled Wine #524362

Color information

#524362 (or 0x524362) is unknown color: approx Mulled Wine. HEX triplet: 52, 43 and 62. RGB value is (82,67,98). Sum of RGB (Red+Green+Blue) = 82+67+98=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #524362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524362 is #ADBC9D. Grayscale: #4A4A4A. Windows color (decimal): -11386014 or 6439762. OLE color: 6439762.

HSL color Cylindrical-coordinate representation of color #524362: hue angle of 269.03º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524362 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB826798-
CMYK0.160.3200.62
HSL269.03º18.79%32.35%-
HSV(B)269.03º31.63%38.43%-
XYZ7.696.6912.44-
YUV75.02140.97132.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=33.20%
G=27.13%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8267980.160.3200.62269.0318.7932.35
Hex524362102003E10d1320
Octal12210314220400764152340
Binary10100101000011110001010000100000011111010000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524362; }

 p { color: rgb(82,67,98); }

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

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

 a { background-color: rgb(82,67,98); }

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

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

 span { border-color: rgb(82,67,98); }

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