Html Css Color HEX #544952 Purple Taupe

📋 copy color: '#544952'

red 84 ◦ green 73 ◦ blue 82

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

Shades of Purple Taupe #544952

Tints of Purple Taupe #544952

RGB

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

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

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

R = 35.15%
G = 30.54%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#544952 (or 0x544952) is known color: Purple Taupe. HEX triplet: 54, 49 and 52. RGB value is (84,73,82). Sum of RGB (Red+Green+Blue) = 84+73+82=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #544952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544952 is #ABB6AD. Grayscale: #4D4D4D. Windows color (decimal): -11253422 or 5392724. OLE color: 5392724.

HSL color Cylindrical-coordinate representation of color #544952: hue angle of 310.91º 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 #544952 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 82 -
CMYK 0 0.13 0.02 0.67
HSL 310.91º 0.07% 0.31% -
HSV(B) 310.91º 0.13% 0.33% -
XYZ 7.56 7.26 8.99 -
YUV 77.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 84 73 82 0 0.13 0.02 0.67 310.91 0.07 0.31
Hex 54 49 52 0 D 2 43 137 7 1F
Octal 124 111 122 0 15 2 103 467 7 37
Binary 1010100 1001001 1010010 0 1101 10 1000011 100110111 111 11111

Color Harmonies of #544952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544952

Black with #544952

Text Example


Text Example

White with #544952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544952; }

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

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

background-color css

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

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

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

border-color css

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

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

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