Html Css Color HEX #514866 Mulled Wine

📋 copy color: '#514866'

red 81 ◦ green 72 ◦ blue 102

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

Shades of Mulled Wine #514866

Tints of Mulled Wine #514866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 102 (40.23% from 255) = 40%

R = 31.76%
G = 28.24%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#514866 (or 0x514866) is known color: Mulled Wine. HEX triplet: 51, 48 and 66. RGB value is (81,72,102). Sum of RGB (Red+Green+Blue) = 81+72+102=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #514866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514866 is #AEB799. Grayscale: #4E4E4E. Windows color (decimal): -11450266 or 6703185. OLE color: 6703185.

HSL color Cylindrical-coordinate representation of color #514866: hue angle of 258º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #514866 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 72 102 -
CMYK 0.21 0.29 0 0.6
HSL 258º 0.17% 0.34% -
HSV(B) 258º 0.29% 0.4% -
XYZ 8.11 7.34 13.56 -
YUV 78.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 81 72 102 0.21 0.29 0 0.6 258 0.17 0.34
Hex 51 48 66 15 1D 0 3C 102 11 22
Octal 121 110 146 25 35 0 74 402 21 42
Binary 1010001 1001000 1100110 10101 11101 0 111100 100000010 10001 100010

Color Harmonies of #514866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514866

Black with #514866

Text Example


Text Example

White with #514866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514866; }

 p { color: rgb(81,72,102); }

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

background-color css

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

 a { background-color: rgb(81,72,102); }

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

border-color css

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

 span { border-color: rgb(81,72,102); }

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