Html Css Color HEX #51455A Mulled Wine

📋 copy color: '#51455A'

red 81 ◦ green 69 ◦ blue 90

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

Shades of Mulled Wine #51455A

Tints of Mulled Wine #51455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 33.75%
G = 28.75%
B = 37.5%

CMYK

 C value IS 0.1

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#51455A (or 0x51455A) is known color: Mulled Wine. HEX triplet: 51, 45 and 5A. RGB value is (81,69,90). Sum of RGB (Red+Green+Blue) = 81+69+90=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #51455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51455A is #AEBAA5. Grayscale: #4A4A4A. Windows color (decimal): -11451046 or 5915985. OLE color: 5915985.

HSL color Cylindrical-coordinate representation of color #51455A: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #51455A is Cyan = 0.1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 69 90 -
CMYK 0.1 0.23 0 0.65
HSL 274.29º 0.13% 0.31% -
HSV(B) 274.29º 0.23% 0.35% -
XYZ 7.37 6.74 10.59 -
YUV 74.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 81 69 90 0.1 0.23 0 0.65 274.29 0.13 0.31
Hex 51 45 5A A 17 0 41 112 D 1F
Octal 121 105 132 12 27 0 101 422 15 37
Binary 1010001 1000101 1011010 1010 10111 0 1000001 100010010 1101 11111

Color Harmonies of #51455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51455A

Black with #51455A

Text Example


Text Example

White with #51455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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