Html Css Color HEX #514665 Mulled Wine

📋 copy color: '#514665'

red 81 ◦ green 70 ◦ blue 101

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

Shades of Mulled Wine #514665

Tints of Mulled Wine #514665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 32.14%
G = 27.78%
B = 40.08%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514665 (or 0x514665) is known color: Mulled Wine. HEX triplet: 51, 46 and 65. RGB value is (81,70,101). Sum of RGB (Red+Green+Blue) = 81+70+101=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #514665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514665 is #AEB99A. Grayscale: #4C4C4C. Windows color (decimal): -11450779 or 6637137. OLE color: 6637137.

HSL color Cylindrical-coordinate representation of color #514665: hue angle of 261.29º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514665 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 70 101 -
CMYK 0.20 0.31 0 0.60
HSL 261.29º 0.18% 0.34% -
HSV(B) 261.29º 0.31% 0.4% -
XYZ 7.93 7.07 13.26 -
YUV 76.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 81 70 101 0.20 0.31 0 0.60 261.29 0.18 0.34
Hex 51 46 65 14 1F 0 3C 105 12 22
Octal 121 106 145 24 37 0 74 405 22 42
Binary 1010001 1000110 1100101 10100 11111 0 111100 100000101 10010 100010

Color Harmonies of #514665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514665

Black with #514665

Text Example


Text Example

White with #514665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514665; }

 p { color: rgb(81,70,101); }

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

background-color css

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

 a { background-color: rgb(81,70,101); }

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

border-color css

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

 span { border-color: rgb(81,70,101); }

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