Html Css Color HEX #514B62 Mulled Wine

📋 copy color: '#514B62'

red 81 ◦ green 75 ◦ blue 98

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

Shades of Mulled Wine #514B62

Tints of Mulled Wine #514B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.53%

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

R = 31.89%
G = 29.53%
B = 38.58%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514B62 (or 0x514B62) is known color: Mulled Wine. HEX triplet: 51, 4B and 62. RGB value is (81,75,98). Sum of RGB (Red+Green+Blue) = 81+75+98=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #514B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B62 is #AEB49D. Grayscale: #4F4F4F. Windows color (decimal): -11449502 or 6441809. OLE color: 6441809.

HSL color Cylindrical-coordinate representation of color #514B62: hue angle of 255.65º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #514B62 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 75 98 -
CMYK 0.17 0.23 0 0.62
HSL 255.65º 0.13% 0.34% -
HSV(B) 255.65º 0.23% 0.38% -
XYZ 8.11 7.66 12.61 -
YUV 79.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 81 75 98 0.17 0.23 0 0.62 255.65 0.13 0.34
Hex 51 4B 62 11 17 0 3E 100 D 22
Octal 121 113 142 21 27 0 76 400 15 42
Binary 1010001 1001011 1100010 10001 10111 0 111110 100000000 1101 100010

Color Harmonies of #514B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B62

Black with #514B62

Text Example


Text Example

White with #514B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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