Html Css Color HEX #5A353F Tawny Port

📋 copy color: '#5A353F'

red 90 ◦ green 53 ◦ blue 63

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

Shades of Tawny Port #5A353F

Tints of Tawny Port #5A353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.58%

R = 43.69%
G = 25.73%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A353F (or 0x5A353F) is known color: Tawny Port. HEX triplet: 5A, 35 and 3F. RGB value is (90,53,63). Sum of RGB (Red+Green+Blue) = 90+53+63=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A353F is #A5CAC0. Grayscale: #414141. Windows color (decimal): -10865345 or 4142426. OLE color: 4142426.

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

Color convert

RGB 90 53 63 -
CMYK 0 0.41 0.30 0.65
HSL 343.78º 0.26% 0.28% -
HSV(B) 343.78º 0.41% 0.35% -
XYZ 6.39 5.08 5.35 -
YUV 65.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 90 53 63 0 0.41 0.30 0.65 343.78 0.26 0.28
Hex 5A 35 3F 0 29 1E 41 158 1A 1C
Octal 132 65 77 0 51 36 101 530 32 34
Binary 1011010 110101 111111 0 101001 11110 1000001 101011000 11010 11100

Color Harmonies of #5A353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A353F

Black with #5A353F

Text Example


Text Example

White with #5A353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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