Html Css Color HEX #514565 Mulled Wine

📋 copy color: '#514565'

red 81 ◦ green 69 ◦ blue 101

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

Shades of Mulled Wine #514565

Tints of Mulled Wine #514565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 32.27%
G = 27.49%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514565 (or 0x514565) is known color: Mulled Wine. HEX triplet: 51, 45 and 65. RGB value is (81,69,101). Sum of RGB (Red+Green+Blue) = 81+69+101=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #514565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514565 is #AEBA9A. Grayscale: #4C4C4C. Windows color (decimal): -11451035 or 6636881. OLE color: 6636881.

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

Color convert

RGB 81 69 101 -
CMYK 0.20 0.32 0 0.60
HSL 262.5º 0.19% 0.33% -
HSV(B) 262.5º 0.32% 0.4% -
XYZ 7.87 6.95 13.24 -
YUV 76.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 81 69 101 0.20 0.32 0 0.60 262.5 0.19 0.33
Hex 51 45 65 14 20 0 3C 106 13 21
Octal 121 105 145 24 40 0 74 406 23 41
Binary 1010001 1000101 1100101 10100 100000 0 111100 100000110 10011 100001

Color Harmonies of #514565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514565

Black with #514565

Text Example


Text Example

White with #514565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514565; }

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

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

background-color css

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

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

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

border-color css

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

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

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