Html Css Color HEX #514E53 Mulled Wine

📋 copy color: '#514E53'

red 81 ◦ green 78 ◦ blue 83

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

Shades of Mulled Wine #514E53

Tints of Mulled Wine #514E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 33.47%
G = 32.23%
B = 34.3%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514E53 (or 0x514E53) is known color: Mulled Wine. HEX triplet: 51, 4E and 53. RGB value is (81,78,83). Sum of RGB (Red+Green+Blue) = 81+78+83=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 83 - color contains mainly: blue. Hex color #514E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E53 is #AEB1AC. Grayscale: #4F4F4F. Windows color (decimal): -11448749 or 5459537. OLE color: 5459537.

HSL color Cylindrical-coordinate representation of color #514E53: hue angle of 276º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #514E53 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 78 83 -
CMYK 0.02 0.06 0 0.67
HSL 276º 0.03% 0.32% -
HSV(B) 276º 0.06% 0.33% -
XYZ 7.68 7.82 9.29 -
YUV 79.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 81 78 83 0.02 0.06 0 0.67 276 0.03 0.32
Hex 51 4E 53 2 6 0 43 114 3 20
Octal 121 116 123 2 6 0 103 424 3 40
Binary 1010001 1001110 1010011 10 110 0 1000011 100010100 11 100000

Color Harmonies of #514E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E53

Black with #514E53

Text Example


Text Example

White with #514E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,83); }

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

background-color css

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

 a { background-color: rgb(81,78,83); }

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

border-color css

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

 span { border-color: rgb(81,78,83); }

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