#514C67

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

Shades of Mulled Wine #514C67

Tints of Mulled Wine #514C67

Color information

#514C67 (or 0x514C67) is unknown color: approx Mulled Wine. HEX triplet: 51, 4C and 67. RGB value is (81,76,103). Sum of RGB (Red+Green+Blue) = 81+76+103=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #514C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C67 is #AEB398. Grayscale: #505050. Windows color (decimal): -11449241 or 6769745. OLE color: 6769745.

HSL color Cylindrical-coordinate representation of color #514C67: hue angle of 251.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514C67 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8176103-
CMYK0.210.2600.60
HSL251.11º15.08%35.1%-
HSV(B)251.11º26.21%40.39%-
XYZ8.437.913.91-
YUV80.57140.66128.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=31.15%
G=29.23%
B=39.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81761030.210.2600.60251.1115.0835.1
Hex514C67151A03Cfbf23
Octal12111414725320743731743
Binary10100011001100110011110101110100111100111110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514C67; }

 p { color: rgb(81,76,103); }

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

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

 a { background-color: rgb(81,76,103); }

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

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

 span { border-color: rgb(81,76,103); }

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