Html Css Color HEX #5A3549 Tawny Port

📋 copy color: '#5A3549'

red 90 ◦ green 53 ◦ blue 73

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

Shades of Tawny Port #5A3549

Tints of Tawny Port #5A3549

RGB

 RED value IS 90 (35.55% from 255) = 41.67%

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 41.67%
G = 24.54%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A3549 (or 0x5A3549) is known color: Tawny Port. HEX triplet: 5A, 35 and 49. RGB value is (90,53,73). Sum of RGB (Red+Green+Blue) = 90+53+73=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3549 is #A5CAB6. Grayscale: #424242. Windows color (decimal): -10865335 or 4797786. OLE color: 4797786.

HSL color Cylindrical-coordinate representation of color #5A3549: hue angle of 327.57º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3549 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 53 73 -
CMYK 0 0.41 0.19 0.65
HSL 327.57º 0.26% 0.28% -
HSV(B) 327.57º 0.41% 0.35% -
XYZ 6.69 5.2 6.95 -
YUV 66.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 90 53 73 0 0.41 0.19 0.65 327.57 0.26 0.28
Hex 5A 35 49 0 29 13 41 148 1A 1C
Octal 132 65 111 0 51 23 101 510 32 34
Binary 1011010 110101 1001001 0 101001 10011 1000001 101001000 11010 11100

Color Harmonies of #5A3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3549

Black with #5A3549

Text Example


Text Example

White with #5A3549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3549; }

 p { color: rgb(90,53,73); }

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

background-color css

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

 a { background-color: rgb(90,53,73); }

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

border-color css

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

 span { border-color: rgb(90,53,73); }

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