Html Css Color HEX #514C5D Mulled Wine

📋 copy color: '#514C5D'

red 81 ◦ green 76 ◦ blue 93

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

Shades of Mulled Wine #514C5D

Tints of Mulled Wine #514C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 32.4%
G = 30.4%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#514C5D (or 0x514C5D) is known color: Mulled Wine. HEX triplet: 51, 4C and 5D. RGB value is (81,76,93). Sum of RGB (Red+Green+Blue) = 81+76+93=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #514C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C5D is #AEB3A2. Grayscale: #4F4F4F. Windows color (decimal): -11449251 or 6114385. OLE color: 6114385.

HSL color Cylindrical-coordinate representation of color #514C5D: hue angle of 257.65º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #514C5D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 76 93 -
CMYK 0.13 0.18 0 0.64
HSL 257.65º 0.1% 0.33% -
HSV(B) 257.65º 0.18% 0.36% -
XYZ 7.95 7.71 11.42 -
YUV 79.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 81 76 93 0.13 0.18 0 0.64 257.65 0.1 0.33
Hex 51 4C 5D D 12 0 40 102 A 21
Octal 121 114 135 15 22 0 100 402 12 41
Binary 1010001 1001100 1011101 1101 10010 0 1000000 100000010 1010 100001

Color Harmonies of #514C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C5D

Black with #514C5D

Text Example


Text Example

White with #514C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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