Html Css Color HEX #514263 Mulled Wine

📋 copy color: '#514263'

red 81 ◦ green 66 ◦ blue 99

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

Shades of Mulled Wine #514263

Tints of Mulled Wine #514263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 32.93%
G = 26.83%
B = 40.24%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#514263 (or 0x514263) is known color: Mulled Wine. HEX triplet: 51, 42 and 63. RGB value is (81,66,99). Sum of RGB (Red+Green+Blue) = 81+66+99=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #514263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514263 is #AEBD9C. Grayscale: #4A4A4A. Windows color (decimal): -11451805 or 6505041. OLE color: 6505041.

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

Color convert

RGB 81 66 99 -
CMYK 0.18 0.33 0 0.61
HSL 267.27º 0.2% 0.32% -
HSV(B) 267.27º 0.33% 0.39% -
XYZ 7.59 6.55 12.67 -
YUV 74.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 81 66 99 0.18 0.33 0 0.61 267.27 0.2 0.32
Hex 51 42 63 12 21 0 3D 10B 14 20
Octal 121 102 143 22 41 0 75 413 24 40
Binary 1010001 1000010 1100011 10010 100001 0 111101 100001011 10100 100000

Color Harmonies of #514263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514263

Black with #514263

Text Example


Text Example

White with #514263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514263; }

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

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

background-color css

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

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

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

border-color css

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

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

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