Html Css Color HEX #514762 Mulled Wine

📋 copy color: '#514762'

red 81 ◦ green 71 ◦ blue 98

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

Shades of Mulled Wine #514762

Tints of Mulled Wine #514762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 32.4%
G = 28.4%
B = 39.2%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514762 (or 0x514762) is known color: Mulled Wine. HEX triplet: 51, 47 and 62. RGB value is (81,71,98). Sum of RGB (Red+Green+Blue) = 81+71+98=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #514762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514762 is #AEB89D. Grayscale: #4C4C4C. Windows color (decimal): -11450526 or 6440785. OLE color: 6440785.

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

Color convert

RGB 81 71 98 -
CMYK 0.17 0.28 0 0.62
HSL 262.22º 0.16% 0.33% -
HSV(B) 262.22º 0.28% 0.38% -
XYZ 7.85 7.14 12.52 -
YUV 77.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 81 71 98 0.17 0.28 0 0.62 262.22 0.16 0.33
Hex 51 47 62 11 1C 0 3E 106 10 21
Octal 121 107 142 21 34 0 76 406 20 41
Binary 1010001 1000111 1100010 10001 11100 0 111110 100000110 10000 100001

Color Harmonies of #514762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514762

Black with #514762

Text Example


Text Example

White with #514762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514762; }

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

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

background-color css

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

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

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

border-color css

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

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

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