Html Css Color HEX #544752 Purple Taupe

📋 copy color: '#544752'

red 84 ◦ green 71 ◦ blue 82

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

Shades of Purple Taupe #544752

Tints of Purple Taupe #544752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 35.44%
G = 29.96%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#544752 (or 0x544752) is known color: Purple Taupe. HEX triplet: 54, 47 and 52. RGB value is (84,71,82). Sum of RGB (Red+Green+Blue) = 84+71+82=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544752 is #ABB8AD. Grayscale: #4C4C4C. Windows color (decimal): -11253934 or 5392212. OLE color: 5392212.

HSL color Cylindrical-coordinate representation of color #544752: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544752 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 82 -
CMYK 0 0.15 0.02 0.67
HSL 309.23º 0.08% 0.3% -
HSV(B) 309.23º 0.15% 0.33% -
XYZ 7.43 7 8.94 -
YUV 76.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 84 71 82 0 0.15 0.02 0.67 309.23 0.08 0.3
Hex 54 47 52 0 F 2 43 135 8 1E
Octal 124 107 122 0 17 2 103 465 10 36
Binary 1010100 1000111 1010010 0 1111 10 1000011 100110101 1000 11110

Color Harmonies of #544752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544752

Black with #544752

Text Example


Text Example

White with #544752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544752; }

 p { color: rgb(84,71,82); }

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

background-color css

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

 a { background-color: rgb(84,71,82); }

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

border-color css

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

 span { border-color: rgb(84,71,82); }

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