Html Css Color HEX #514260 Mulled Wine

📋 copy color: '#514260'

red 81 ◦ green 66 ◦ blue 96

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

Shades of Mulled Wine #514260

Tints of Mulled Wine #514260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.16%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 33.33%
G = 27.16%
B = 39.51%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#514260 (or 0x514260) is known color: Mulled Wine. HEX triplet: 51, 42 and 60. RGB value is (81,66,96). Sum of RGB (Red+Green+Blue) = 81+66+96=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #514260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514260 is #AEBD9F. Grayscale: #494949. Windows color (decimal): -11451808 or 6308433. OLE color: 6308433.

HSL color Cylindrical-coordinate representation of color #514260: hue angle of 270º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514260 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 66 96 -
CMYK 0.16 0.31 0 0.62
HSL 270º 0.19% 0.32% -
HSV(B) 270º 0.31% 0.38% -
XYZ 7.45 6.49 11.93 -
YUV 73.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 81 66 96 0.16 0.31 0 0.62 270 0.19 0.32
Hex 51 42 60 10 1F 0 3E 10E 13 20
Octal 121 102 140 20 37 0 76 416 23 40
Binary 1010001 1000010 1100000 10000 11111 0 111110 100001110 10011 100000

Color Harmonies of #514260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514260

Black with #514260

Text Example


Text Example

White with #514260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514260; }

 p { color: rgb(81,66,96); }

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

background-color css

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

 a { background-color: rgb(81,66,96); }

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

border-color css

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

 span { border-color: rgb(81,66,96); }

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