Html Css Color HEX #5A3447 Tawny Port

📋 copy color: '#5A3447'

red 90 ◦ green 52 ◦ blue 71

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

Shades of Tawny Port #5A3447

Tints of Tawny Port #5A3447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 42.25%
G = 24.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A3447 (or 0x5A3447) is known color: Tawny Port. HEX triplet: 5A, 34 and 47. RGB value is (90,52,71). Sum of RGB (Red+Green+Blue) = 90+52+71=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3447 is #A5CBB8. Grayscale: #414141. Windows color (decimal): -10865593 or 4666458. OLE color: 4666458.

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

Color convert

RGB 90 52 71 -
CMYK 0 0.42 0.21 0.65
HSL 330º 0.27% 0.28% -
HSV(B) 330º 0.42% 0.35% -
XYZ 6.58 5.08 6.6 -
YUV 65.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 90 52 71 0 0.42 0.21 0.65 330 0.27 0.28
Hex 5A 34 47 0 2A 15 41 14A 1B 1C
Octal 132 64 107 0 52 25 101 512 33 34
Binary 1011010 110100 1000111 0 101010 10101 1000001 101001010 11011 11100

Color Harmonies of #5A3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3447

Black with #5A3447

Text Example


Text Example

White with #5A3447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,71); }

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

background-color css

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

 a { background-color: rgb(90,52,71); }

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

border-color css

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

 span { border-color: rgb(90,52,71); }

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