Html Css Color HEX #514C65 Mulled Wine

📋 copy color: '#514C65'

red 81 ◦ green 76 ◦ blue 101

#514C65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #514C65

Tints of Mulled Wine #514C65

RGB

 RED value IS 81 (32.03% from 255) = 31.4%

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 31.4%
G = 29.46%
B = 39.15%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514C65 (or 0x514C65) is known color: Mulled Wine. HEX triplet: 51, 4C and 65. RGB value is (81,76,101). Sum of RGB (Red+Green+Blue) = 81+76+101=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: blue. Hex color #514C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C65 is #AEB39A. Grayscale: #505050. Windows color (decimal): -11449243 or 6638673. OLE color: 6638673.

HSL color Cylindrical-coordinate representation of color #514C65: hue angle of 252º 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 #514C65 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 76 101 -
CMYK 0.20 0.25 0 0.60
HSL 252º 0.14% 0.35% -
HSV(B) 252º 0.25% 0.4% -
XYZ 8.33 7.86 13.39 -
YUV 80.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 81 76 101 0.20 0.25 0 0.60 252 0.14 0.35
Hex 51 4C 65 14 19 0 3C FC E 23
Octal 121 114 145 24 31 0 74 374 16 43
Binary 1010001 1001100 1100101 10100 11001 0 111100 11111100 1110 100011

Color Harmonies of #514C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C65

Black with #514C65

Text Example


Text Example

White with #514C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #514C65;
 }
 .AnyTagClassName
 {
   color: #514C65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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