Html Css Color HEX #514262 Mulled Wine

📋 copy color: '#514262'

red 81 ◦ green 66 ◦ blue 98

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

Shades of Mulled Wine #514262

Tints of Mulled Wine #514262

RGB

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

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

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

R = 33.06%
G = 26.94%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514262 (or 0x514262) is known color: Mulled Wine. HEX triplet: 51, 42 and 62. RGB value is (81,66,98). Sum of RGB (Red+Green+Blue) = 81+66+98=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #514262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514262 is #AEBD9D. Grayscale: #4A4A4A. Windows color (decimal): -11451806 or 6439505. OLE color: 6439505.

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

Color convert

RGB 81 66 98 -
CMYK 0.17 0.33 0 0.62
HSL 268.13º 0.2% 0.32% -
HSV(B) 268.13º 0.33% 0.38% -
XYZ 7.55 6.53 12.42 -
YUV 74.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 81 66 98 0.17 0.33 0 0.62 268.13 0.2 0.32
Hex 51 42 62 11 21 0 3E 10C 14 20
Octal 121 102 142 21 41 0 76 414 24 40
Binary 1010001 1000010 1100010 10001 100001 0 111110 100001100 10100 100000

Color Harmonies of #514262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514262

Black with #514262

Text Example


Text Example

White with #514262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514262; }

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

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

background-color css

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

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

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

border-color css

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

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

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