Html Css Color HEX #544051 Purple Taupe

📋 copy color: '#544051'

red 84 ◦ green 64 ◦ blue 81

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

Shades of Purple Taupe #544051

Tints of Purple Taupe #544051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 36.68%
G = 27.95%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#544051 (or 0x544051) is known color: Purple Taupe. HEX triplet: 54, 40 and 51. RGB value is (84,64,81). Sum of RGB (Red+Green+Blue) = 84+64+81=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544051 is #ABBFAE. Grayscale: #474747. Windows color (decimal): -11255727 or 5324884. OLE color: 5324884.

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

Color convert

RGB 84 64 81 -
CMYK 0 0.24 0.04 0.67
HSL 309º 0.14% 0.29% -
HSV(B) 309º 0.24% 0.33% -
XYZ 6.97 6.15 8.6 -
YUV 71.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 84 64 81 0 0.24 0.04 0.67 309 0.14 0.29
Hex 54 40 51 0 18 4 43 135 E 1D
Octal 124 100 121 0 30 4 103 465 16 35
Binary 1010100 1000000 1010001 0 11000 100 1000011 100110101 1110 11101

Color Harmonies of #544051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544051

Black with #544051

Text Example


Text Example

White with #544051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544051; }

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

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

background-color css

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

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

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

border-color css

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

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

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