#5D364D

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

Shades of Tawny Port #5D364D

Tints of Tawny Port #5D364D

Color information

#5D364D (or 0x5D364D) is unknown color: approx Tawny Port. HEX triplet: 5D, 36 and 4D. RGB value is (93,54,77). Sum of RGB (Red+Green+Blue) = 93+54+77=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D364D is #A2C9B2. Grayscale: #444444. Windows color (decimal): -10668467 or 5060189. OLE color: 5060189.

HSL color Cylindrical-coordinate representation of color #5D364D: hue angle of 324.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D364D is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB935477-
CMYK00.420.170.64
HSL324.62º26.53%28.82%-
HSV(B)324.62º41.94%36.47%-
XYZ7.175.57.7-
YUV68.28132.92145.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=41.52%
G=24.11%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93547700.420.170.64324.6226.5328.82
Hex5D364D02A11401451b1d
Octal13566115052211005053335
Binary1011101110110100110101010101000110000001010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,54,77); }

 H1.HeaderClassName
 {
   color: #5D364D;
 }
 .AnyTagClassName
 {
   color: #5D364D;
 }
</style>
background-color css

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

 a { background-color: rgb(93,54,77); }

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

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

 span { border-color: rgb(93,54,77); }

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