Html Css Color HEX #5A323F Tawny Port

📋 copy color: '#5A323F'

red 90 ◦ green 50 ◦ blue 63

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

Shades of Tawny Port #5A323F

Tints of Tawny Port #5A323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 44.33%
G = 24.63%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A323F (or 0x5A323F) is known color: Tawny Port. HEX triplet: 5A, 32 and 3F. RGB value is (90,50,63). Sum of RGB (Red+Green+Blue) = 90+50+63=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A323F is #A5CDC0. Grayscale: #3F3F3F. Windows color (decimal): -10866113 or 4141658. OLE color: 4141658.

HSL color Cylindrical-coordinate representation of color #5A323F: hue angle of 340.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A323F is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 50 63 -
CMYK 0 0.44 0.30 0.65
HSL 340.5º 0.29% 0.27% -
HSV(B) 340.5º 0.44% 0.35% -
XYZ 6.25 4.81 5.3 -
YUV 63.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 90 50 63 0 0.44 0.30 0.65 340.5 0.29 0.27
Hex 5A 32 3F 0 2C 1E 41 154 1D 1B
Octal 132 62 77 0 54 36 101 524 35 33
Binary 1011010 110010 111111 0 101100 11110 1000001 101010100 11101 11011

Color Harmonies of #5A323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A323F

Black with #5A323F

Text Example


Text Example

White with #5A323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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