#534E63

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

Shades of Mulled Wine #534E63

Tints of Mulled Wine #534E63

Color information

#534E63 (or 0x534E63) is unknown color: approx Mulled Wine. HEX triplet: 53, 4E and 63. RGB value is (83,78,99). Sum of RGB (Red+Green+Blue) = 83+78+99=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #534E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E63 is #ACB19C. Grayscale: #515151. Windows color (decimal): -11317661 or 6508115. OLE color: 6508115.

HSL color Cylindrical-coordinate representation of color #534E63: hue angle of 254.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534E63 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB837899-
CMYK0.160.2100.61
HSL254.29º11.86%34.71%-
HSV(B)254.29º21.21%38.82%-
XYZ8.548.1912.93-
YUV81.89137.66128.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=31.92%
G=30%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8378990.160.2100.61254.2911.8634.71
Hex534E63101503Dfec23
Octal12311614320250753761443
Binary10100111001110110001110000101010111101111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534E63; }

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

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

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

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

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

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

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

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