Html Css Color HEX #514361 Mulled Wine

📋 copy color: '#514361'

red 81 ◦ green 67 ◦ blue 97

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

Shades of Mulled Wine #514361

Tints of Mulled Wine #514361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 33.06%
G = 27.35%
B = 39.59%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514361 (or 0x514361) is known color: Mulled Wine. HEX triplet: 51, 43 and 61. RGB value is (81,67,97). Sum of RGB (Red+Green+Blue) = 81+67+97=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #514361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514361 is #AEBC9E. Grayscale: #4A4A4A. Windows color (decimal): -11451551 or 6374225. OLE color: 6374225.

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

Color convert

RGB 81 67 97 -
CMYK 0.16 0.31 0 0.62
HSL 268º 0.18% 0.32% -
HSV(B) 268º 0.31% 0.38% -
XYZ 7.56 6.63 12.19 -
YUV 74.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 81 67 97 0.16 0.31 0 0.62 268 0.18 0.32
Hex 51 43 61 10 1F 0 3E 10C 12 20
Octal 121 103 141 20 37 0 76 414 22 40
Binary 1010001 1000011 1100001 10000 11111 0 111110 100001100 10010 100000

Color Harmonies of #514361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514361

Black with #514361

Text Example


Text Example

White with #514361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514361; }

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

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

background-color css

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

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

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

border-color css

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

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

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