Html Css Color HEX #5A3446 Tawny Port

📋 copy color: '#5A3446'

red 90 ◦ green 52 ◦ blue 70

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

Shades of Tawny Port #5A3446

Tints of Tawny Port #5A3446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 42.45%
G = 24.53%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A3446 (or 0x5A3446) is known color: Tawny Port. HEX triplet: 5A, 34 and 46. RGB value is (90,52,70). Sum of RGB (Red+Green+Blue) = 90+52+70=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3446 is #A5CBB9. Grayscale: #414141. Windows color (decimal): -10865594 or 4600922. OLE color: 4600922.

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

Color convert

RGB 90 52 70 -
CMYK 0 0.42 0.22 0.65
HSL 331.58º 0.27% 0.28% -
HSV(B) 331.58º 0.42% 0.35% -
XYZ 6.55 5.07 6.43 -
YUV 65.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 90 52 70 0 0.42 0.22 0.65 331.58 0.27 0.28
Hex 5A 34 46 0 2A 16 41 14C 1B 1C
Octal 132 64 106 0 52 26 101 514 33 34
Binary 1011010 110100 1000110 0 101010 10110 1000001 101001100 11011 11100

Color Harmonies of #5A3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3446

Black with #5A3446

Text Example


Text Example

White with #5A3446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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