Html Css Color HEX #51475A Mulled Wine

📋 copy color: '#51475A'

red 81 ◦ green 71 ◦ blue 90

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

Shades of Mulled Wine #51475A

Tints of Mulled Wine #51475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 33.47%
G = 29.34%
B = 37.19%

CMYK

 C value IS 0.1

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#51475A (or 0x51475A) is known color: Mulled Wine. HEX triplet: 51, 47 and 5A. RGB value is (81,71,90). Sum of RGB (Red+Green+Blue) = 81+71+90=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #51475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51475A is #AEB8A5. Grayscale: #4C4C4C. Windows color (decimal): -11450534 or 5916497. OLE color: 5916497.

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

Color convert

RGB 81 71 90 -
CMYK 0.1 0.21 0 0.65
HSL 271.58º 0.12% 0.32% -
HSV(B) 271.58º 0.21% 0.35% -
XYZ 7.49 6.99 10.63 -
YUV 76.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 81 71 90 0.1 0.21 0 0.65 271.58 0.12 0.32
Hex 51 47 5A A 15 0 41 110 C 20
Octal 121 107 132 12 25 0 101 420 14 40
Binary 1010001 1000111 1011010 1010 10101 0 1000001 100010000 1100 100000

Color Harmonies of #51475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51475A

Black with #51475A

Text Example


Text Example

White with #51475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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