#534B60

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

Shades of Mulled Wine #534B60

Tints of Mulled Wine #534B60

Color information

#534B60 (or 0x534B60) is unknown color: approx Mulled Wine. HEX triplet: 53, 4B and 60. RGB value is (83,75,96). Sum of RGB (Red+Green+Blue) = 83+75+96=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #534B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B60 is #ACB49F. Grayscale: #4F4F4F. Windows color (decimal): -11318432 or 6310739. OLE color: 6310739.

HSL color Cylindrical-coordinate representation of color #534B60: hue angle of 262.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534B60 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB837596-
CMYK0.140.2200.62
HSL262.86º12.28%33.53%-
HSV(B)262.86º21.88%37.65%-
XYZ8.197.7212.12-
YUV79.79137.15130.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=32.68%
G=29.53%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8375960.140.2200.62262.8612.2833.53
Hex534B60E1603E107c22
Octal12311314016260764071442
Binary10100111001011110000011101011001111101000001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,75,96); }

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

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

 a { background-color: rgb(83,75,96); }

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

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

 span { border-color: rgb(83,75,96); }

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