Html Css Color HEX #5A354A Tawny Port

📋 copy color: '#5A354A'

red 90 ◦ green 53 ◦ blue 74

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

Shades of Tawny Port #5A354A

Tints of Tawny Port #5A354A

RGB

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

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

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

R = 41.47%
G = 24.42%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A354A (or 0x5A354A) is known color: Tawny Port. HEX triplet: 5A, 35 and 4A. RGB value is (90,53,74). Sum of RGB (Red+Green+Blue) = 90+53+74=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A354A is #A5CAB5. Grayscale: #424242. Windows color (decimal): -10865334 or 4863322. OLE color: 4863322.

HSL color Cylindrical-coordinate representation of color #5A354A: hue angle of 325.95º 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 #5A354A is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 53 74 -
CMYK 0 0.41 0.18 0.65
HSL 325.95º 0.26% 0.28% -
HSV(B) 325.95º 0.41% 0.35% -
XYZ 6.73 5.21 7.13 -
YUV 66.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 90 53 74 0 0.41 0.18 0.65 325.95 0.26 0.28
Hex 5A 35 4A 0 29 12 41 146 1A 1C
Octal 132 65 112 0 51 22 101 506 32 34
Binary 1011010 110101 1001010 0 101001 10010 1000001 101000110 11010 11100

Color Harmonies of #5A354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A354A

Black with #5A354A

Text Example


Text Example

White with #5A354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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