Html Css Color HEX #553D4D Purple Taupe

📋 copy color: '#553D4D'

red 85 ◦ green 61 ◦ blue 77

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

Shades of Purple Taupe #553D4D

Tints of Purple Taupe #553D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.35%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 38.12%
G = 27.35%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#553D4D (or 0x553D4D) is known color: Purple Taupe. HEX triplet: 55, 3D and 4D. RGB value is (85,61,77). Sum of RGB (Red+Green+Blue) = 85+61+77=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D4D is #AAC2B2. Grayscale: #454545. Windows color (decimal): -11190963 or 5061973. OLE color: 5061973.

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

Color convert

RGB 85 61 77 -
CMYK 0 0.28 0.09 0.67
HSL 320º 0.16% 0.29% -
HSV(B) 320º 0.28% 0.33% -
XYZ 6.75 5.8 7.79 -
YUV 70 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 85 61 77 0 0.28 0.09 0.67 320 0.16 0.29
Hex 55 3D 4D 0 1C 9 43 140 10 1D
Octal 125 75 115 0 34 11 103 500 20 35
Binary 1010101 111101 1001101 0 11100 1001 1000011 101000000 10000 11101

Color Harmonies of #553D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D4D

Black with #553D4D

Text Example


Text Example

White with #553D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D4D; }

 p { color: rgb(85,61,77); }

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

background-color css

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

 a { background-color: rgb(85,61,77); }

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

border-color css

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

 span { border-color: rgb(85,61,77); }

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