#5A323F

Color #5A323F Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5A323F

Tints of Tawny Port #5A323F

Color information

#5A323F (or 0x5A323F) is unknown color: approx 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

RGB905063-
CMYK00.440.300.65
HSL340.5º28.57%27.45%-
HSV(B)340.5º44.44%35.29%-
XYZ6.254.815.3-
YUV63.44127.75146.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90506300.440.300.65340.528.5727.45
Hex5A323F02C1E411541d1b
Octal1326277054361015243533
Binary101101011001011111101011001111010000011010101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>