Html Css Color HEX #544951 Purple Taupe

📋 copy color: '#544951'

red 84 ◦ green 73 ◦ blue 81

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

Shades of Purple Taupe #544951

Tints of Purple Taupe #544951

RGB

 RED value IS 84 (33.2% from 255) = 35.29%

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 35.29%
G = 30.67%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#544951 (or 0x544951) is known color: Purple Taupe. HEX triplet: 54, 49 and 51. RGB value is (84,73,81). Sum of RGB (Red+Green+Blue) = 84+73+81=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #544951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544951 is #ABB6AE. Grayscale: #4D4D4D. Windows color (decimal): -11253423 or 5327188. OLE color: 5327188.

HSL color Cylindrical-coordinate representation of color #544951: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #544951 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 81 -
CMYK 0 0.13 0.04 0.67
HSL 316.36º 0.07% 0.31% -
HSV(B) 316.36º 0.13% 0.33% -
XYZ 7.52 7.24 8.79 -
YUV 77.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 84 73 81 0 0.13 0.04 0.67 316.36 0.07 0.31
Hex 54 49 51 0 D 4 43 13C 7 1F
Octal 124 111 121 0 15 4 103 474 7 37
Binary 1010100 1001001 1010001 0 1101 100 1000011 100111100 111 11111

Color Harmonies of #544951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544951

Black with #544951

Text Example


Text Example

White with #544951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544951; }

 p { color: rgb(84,73,81); }

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

background-color css

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

 a { background-color: rgb(84,73,81); }

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

border-color css

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

 span { border-color: rgb(84,73,81); }

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