Html Css Color HEX #514261 Mulled Wine

📋 copy color: '#514261'

red 81 ◦ green 66 ◦ blue 97

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

Shades of Mulled Wine #514261

Tints of Mulled Wine #514261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

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

R = 33.2%
G = 27.05%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514261 (or 0x514261) is known color: Mulled Wine. HEX triplet: 51, 42 and 61. RGB value is (81,66,97). Sum of RGB (Red+Green+Blue) = 81+66+97=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #514261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514261 is #AEBD9E. Grayscale: #494949. Windows color (decimal): -11451807 or 6373969. OLE color: 6373969.

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

Color convert

RGB 81 66 97 -
CMYK 0.16 0.32 0 0.62
HSL 269.03º 0.19% 0.32% -
HSV(B) 269.03º 0.32% 0.38% -
XYZ 7.5 6.51 12.17 -
YUV 74.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 81 66 97 0.16 0.32 0 0.62 269.03 0.19 0.32
Hex 51 42 61 10 20 0 3E 10D 13 20
Octal 121 102 141 20 40 0 76 415 23 40
Binary 1010001 1000010 1100001 10000 100000 0 111110 100001101 10011 100000

Color Harmonies of #514261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514261

Black with #514261

Text Example


Text Example

White with #514261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514261; }

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

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

background-color css

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

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

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

border-color css

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

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

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