Html Css Color HEX #5A363F Tawny Port

📋 copy color: '#5A363F'

red 90 ◦ green 54 ◦ blue 63

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

Shades of Tawny Port #5A363F

Tints of Tawny Port #5A363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A363F (or 0x5A363F) is known color: Tawny Port. HEX triplet: 5A, 36 and 3F. RGB value is (90,54,63). Sum of RGB (Red+Green+Blue) = 90+54+63=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A363F is #A5C9C0. Grayscale: #414141. Windows color (decimal): -10865089 or 4142682. OLE color: 4142682.

HSL color Cylindrical-coordinate representation of color #5A363F: hue angle of 345º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A363F is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 63 -
CMYK 0 0.40 0.30 0.65
HSL 345º 0.25% 0.28% -
HSV(B) 345º 0.4% 0.35% -
XYZ 6.43 5.17 5.36 -
YUV 65.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 90 54 63 0 0.40 0.30 0.65 345 0.25 0.28
Hex 5A 36 3F 0 28 1E 41 159 19 1C
Octal 132 66 77 0 50 36 101 531 31 34
Binary 1011010 110110 111111 0 101000 11110 1000001 101011001 11001 11100

Color Harmonies of #5A363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A363F

Black with #5A363F

Text Example


Text Example

White with #5A363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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