Html Css Color HEX #54394B Purple Taupe

📋 copy color: '#54394B'

red 84 ◦ green 57 ◦ blue 75

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

Shades of Purple Taupe #54394B

Tints of Purple Taupe #54394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 38.89%
G = 26.39%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54394B (or 0x54394B) is known color: Purple Taupe. HEX triplet: 54, 39 and 4B. RGB value is (84,57,75). Sum of RGB (Red+Green+Blue) = 84+57+75=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54394B is #ABC6B4. Grayscale: #434343. Windows color (decimal): -11257525 or 4929876. OLE color: 4929876.

HSL color Cylindrical-coordinate representation of color #54394B: hue angle of 320º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54394B is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 57 75 -
CMYK 0 0.32 0.11 0.67
HSL 320º 0.19% 0.28% -
HSV(B) 320º 0.32% 0.33% -
XYZ 6.39 5.32 7.35 -
YUV 67.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 84 57 75 0 0.32 0.11 0.67 320 0.19 0.28
Hex 54 39 4B 0 20 B 43 140 13 1C
Octal 124 71 113 0 40 13 103 500 23 34
Binary 1010100 111001 1001011 0 100000 1011 1000011 101000000 10011 11100

Color Harmonies of #54394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54394B

Black with #54394B

Text Example


Text Example

White with #54394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54394B; }

 p { color: rgb(84,57,75); }

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

background-color css

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

 a { background-color: rgb(84,57,75); }

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

border-color css

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

 span { border-color: rgb(84,57,75); }

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