#534C65

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

Shades of Mulled Wine #534C65

Tints of Mulled Wine #534C65

Color information

#534C65 (or 0x534C65) is unknown color: approx Mulled Wine. HEX triplet: 53, 4C and 65. RGB value is (83,76,101). Sum of RGB (Red+Green+Blue) = 83+76+101=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #534C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C65 is #ACB39A. Grayscale: #505050. Windows color (decimal): -11318171 or 6638675. OLE color: 6638675.

HSL color Cylindrical-coordinate representation of color #534C65: hue angle of 256.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #534C65 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8376101-
CMYK0.180.2500.60
HSL256.8º14.12%34.71%-
HSV(B)256.8º24.75%39.61%-
XYZ8.57.9513.4-
YUV80.94139.32129.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=31.92%
G=29.23%
B=38.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83761010.180.2500.60256.814.1234.71
Hex534C65121903C101e23
Octal12311414522310744011643
Binary101001110011001100101100101100101111001000000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,101); }

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

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

 a { background-color: rgb(83,76,101); }

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

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

 span { border-color: rgb(83,76,101); }

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