#534363

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

Shades of Mulled Wine #534363

Tints of Mulled Wine #534363

Color information

#534363 (or 0x534363) is unknown color: approx Mulled Wine. HEX triplet: 53, 43 and 63. RGB value is (83,67,99). Sum of RGB (Red+Green+Blue) = 83+67+99=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #534363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534363 is #ACBC9C. Grayscale: #4B4B4B. Windows color (decimal): -11320477 or 6505299. OLE color: 6505299.

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

Color convert

RGB836799-
CMYK0.160.3200.61
HSL270º19.28%32.55%-
HSV(B)270º32.32%38.82%-
XYZ7.836.7512.7-
YUV75.43141.3133.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=33.33%
G=26.91%
B=39.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8367990.160.3200.6127019.2832.55
Hex534363102003D10e1321
Octal12310314320400754162341
Binary10100111000011110001110000100000011110110000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534363; }

 p { color: rgb(83,67,99); }

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

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

 a { background-color: rgb(83,67,99); }

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

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

 span { border-color: rgb(83,67,99); }

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