Html Css Color HEX #514061 Mulled Wine

📋 copy color: '#514061'

red 81 ◦ green 64 ◦ blue 97

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

Shades of Mulled Wine #514061

Tints of Mulled Wine #514061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 33.47%
G = 26.45%
B = 40.08%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514061 (or 0x514061) is known color: Mulled Wine. HEX triplet: 51, 40 and 61. RGB value is (81,64,97). Sum of RGB (Red+Green+Blue) = 81+64+97=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #514061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514061 is #AEBF9E. Grayscale: #484848. Windows color (decimal): -11452319 or 6373457. OLE color: 6373457.

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

Color convert

RGB 81 64 97 -
CMYK 0.16 0.34 0 0.62
HSL 270.91º 0.2% 0.32% -
HSV(B) 270.91º 0.34% 0.38% -
XYZ 7.38 6.28 12.13 -
YUV 72.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 81 64 97 0.16 0.34 0 0.62 270.91 0.2 0.32
Hex 51 40 61 10 22 0 3E 10F 14 20
Octal 121 100 141 20 42 0 76 417 24 40
Binary 1010001 1000000 1100001 10000 100010 0 111110 100001111 10100 100000

Color Harmonies of #514061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514061

Black with #514061

Text Example


Text Example

White with #514061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514061; }

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

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

background-color css

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

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

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

border-color css

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

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

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