Html Css Color HEX #514062 Mulled Wine

📋 copy color: '#514062'

red 81 ◦ green 64 ◦ blue 98

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

Shades of Mulled Wine #514062

Tints of Mulled Wine #514062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 33.33%
G = 26.34%
B = 40.33%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514062 (or 0x514062) is known color: Mulled Wine. HEX triplet: 51, 40 and 62. RGB value is (81,64,98). Sum of RGB (Red+Green+Blue) = 81+64+98=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #514062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514062 is #AEBF9D. Grayscale: #484848. Windows color (decimal): -11452318 or 6438993. OLE color: 6438993.

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

Color convert

RGB 81 64 98 -
CMYK 0.17 0.35 0 0.62
HSL 270º 0.21% 0.32% -
HSV(B) 270º 0.35% 0.38% -
XYZ 7.43 6.3 12.38 -
YUV 72.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 81 64 98 0.17 0.35 0 0.62 270 0.21 0.32
Hex 51 40 62 11 23 0 3E 10E 15 20
Octal 121 100 142 21 43 0 76 416 25 40
Binary 1010001 1000000 1100010 10001 100011 0 111110 100001110 10101 100000

Color Harmonies of #514062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514062

Black with #514062

Text Example


Text Example

White with #514062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514062; }

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

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

background-color css

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

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

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

border-color css

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

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

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