Html Css Color HEX #5A3441 Tawny Port

📋 copy color: '#5A3441'

red 90 ◦ green 52 ◦ blue 65

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

Shades of Tawny Port #5A3441

Tints of Tawny Port #5A3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 43.48%
G = 25.12%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A3441 (or 0x5A3441) is known color: Tawny Port. HEX triplet: 5A, 34 and 41. RGB value is (90,52,65). Sum of RGB (Red+Green+Blue) = 90+52+65=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3441 is #A5CBBE. Grayscale: #404040. Windows color (decimal): -10865599 or 4273242. OLE color: 4273242.

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

Color convert

RGB 90 52 65 -
CMYK 0 0.42 0.28 0.65
HSL 339.47º 0.27% 0.28% -
HSV(B) 339.47º 0.42% 0.35% -
XYZ 6.4 5.01 5.63 -
YUV 64.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 90 52 65 0 0.42 0.28 0.65 339.47 0.27 0.28
Hex 5A 34 41 0 2A 1C 41 153 1B 1C
Octal 132 64 101 0 52 34 101 523 33 34
Binary 1011010 110100 1000001 0 101010 11100 1000001 101010011 11011 11100

Color Harmonies of #5A3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3441

Black with #5A3441

Text Example


Text Example

White with #5A3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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