Html Css Color HEX #514C55 Mulled Wine

📋 copy color: '#514C55'

red 81 ◦ green 76 ◦ blue 85

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

Shades of Mulled Wine #514C55

Tints of Mulled Wine #514C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 33.47%
G = 31.4%
B = 35.12%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514C55 (or 0x514C55) is known color: Mulled Wine. HEX triplet: 51, 4C and 55. RGB value is (81,76,85). Sum of RGB (Red+Green+Blue) = 81+76+85=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: blue. Hex color #514C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C55 is #AEB3AA. Grayscale: #4E4E4E. Windows color (decimal): -11449259 or 5590097. OLE color: 5590097.

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

Color convert

RGB 81 76 85 -
CMYK 0.05 0.11 0 0.67
HSL 273.33º 0.06% 0.32% -
HSV(B) 273.33º 0.11% 0.33% -
XYZ 7.62 7.57 9.65 -
YUV 78.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 81 76 85 0.05 0.11 0 0.67 273.33 0.06 0.32
Hex 51 4C 55 5 B 0 43 111 6 20
Octal 121 114 125 5 13 0 103 421 6 40
Binary 1010001 1001100 1010101 101 1011 0 1000011 100010001 110 100000

Color Harmonies of #514C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C55

Black with #514C55

Text Example


Text Example

White with #514C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,85); }

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

background-color css

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

 a { background-color: rgb(81,76,85); }

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

border-color css

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

 span { border-color: rgb(81,76,85); }

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