#534862

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

Shades of Mulled Wine #534862

Tints of Mulled Wine #534862

Color information

#534862 (or 0x534862) is unknown color: approx Mulled Wine. HEX triplet: 53, 48 and 62. RGB value is (83,72,98). Sum of RGB (Red+Green+Blue) = 83+72+98=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #534862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534862 is #ACB79D. Grayscale: #4E4E4E. Windows color (decimal): -11319198 or 6441043. OLE color: 6441043.

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

Color convert

RGB837298-
CMYK0.150.2700.62
HSL265.38º15.29%33.33%-
HSV(B)265.38º26.53%38.43%-
XYZ8.097.3612.55-
YUV78.25139.14131.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=32.81%
G=28.46%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8372980.150.2700.62265.3815.2933.33
Hex534862F1B03E109f21
Octal12311014217330764111741
Binary10100111001000110001011111101101111101000010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534862; }

 p { color: rgb(83,72,98); }

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

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

 a { background-color: rgb(83,72,98); }

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

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

 span { border-color: rgb(83,72,98); }

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