Html Css Color HEX #514461 Mulled Wine

📋 copy color: '#514461'

red 81 ◦ green 68 ◦ blue 97

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

Shades of Mulled Wine #514461

Tints of Mulled Wine #514461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 32.93%
G = 27.64%
B = 39.43%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514461 (or 0x514461) is known color: Mulled Wine. HEX triplet: 51, 44 and 61. RGB value is (81,68,97). Sum of RGB (Red+Green+Blue) = 81+68+97=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #514461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514461 is #AEBB9E. Grayscale: #4B4B4B. Windows color (decimal): -11451295 or 6374481. OLE color: 6374481.

HSL color Cylindrical-coordinate representation of color #514461: hue angle of 266.9º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514461 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 68 97 -
CMYK 0.16 0.30 0 0.62
HSL 266.9º 0.18% 0.32% -
HSV(B) 266.9º 0.3% 0.38% -
XYZ 7.62 6.75 12.21 -
YUV 75.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 81 68 97 0.16 0.30 0 0.62 266.9 0.18 0.32
Hex 51 44 61 10 1E 0 3E 10B 12 20
Octal 121 104 141 20 36 0 76 413 22 40
Binary 1010001 1000100 1100001 10000 11110 0 111110 100001011 10010 100000

Color Harmonies of #514461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514461

Black with #514461

Text Example


Text Example

White with #514461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514461; }

 p { color: rgb(81,68,97); }

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

background-color css

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

 a { background-color: rgb(81,68,97); }

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

border-color css

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

 span { border-color: rgb(81,68,97); }

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