Html Css Color HEX #55394A Purple Taupe

📋 copy color: '#55394A'

red 85 ◦ green 57 ◦ blue 74

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

Shades of Purple Taupe #55394A

Tints of Purple Taupe #55394A

RGB

 RED value IS 85 (33.59% from 255) = 39.35%

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 39.35%
G = 26.39%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55394A (or 0x55394A) is known color: Purple Taupe. HEX triplet: 55, 39 and 4A. RGB value is (85,57,74). Sum of RGB (Red+Green+Blue) = 85+57+74=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55394A is #AAC6B5. Grayscale: #434343. Windows color (decimal): -11191990 or 4864341. OLE color: 4864341.

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

Color convert

RGB 85 57 74 -
CMYK 0 0.33 0.13 0.67
HSL 323.57º 0.2% 0.28% -
HSV(B) 323.57º 0.33% 0.33% -
XYZ 6.45 5.35 7.17 -
YUV 67.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 85 57 74 0 0.33 0.13 0.67 323.57 0.2 0.28
Hex 55 39 4A 0 21 D 43 144 14 1C
Octal 125 71 112 0 41 15 103 504 24 34
Binary 1010101 111001 1001010 0 100001 1101 1000011 101000100 10100 11100

Color Harmonies of #55394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55394A

Black with #55394A

Text Example


Text Example

White with #55394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55394A; }

 p { color: rgb(85,57,74); }

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

background-color css

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

 a { background-color: rgb(85,57,74); }

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

border-color css

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

 span { border-color: rgb(85,57,74); }

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