#5D384C

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

Shades of Tawny Port #5D384C

Tints of Tawny Port #5D384C

Color information

#5D384C (or 0x5D384C) is unknown color: approx Tawny Port. HEX triplet: 5D, 38 and 4C. RGB value is (93,56,76). Sum of RGB (Red+Green+Blue) = 93+56+76=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D384C is #A2C7B3. Grayscale: #454545. Windows color (decimal): -10667956 or 4995165. OLE color: 4995165.

HSL color Cylindrical-coordinate representation of color #5D384C: hue angle of 327.57º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D384C is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB935676-
CMYK00.400.180.64
HSL327.57º24.83%29.22%-
HSV(B)327.57º39.78%36.47%-
XYZ7.235.687.55-
YUV69.34131.76144.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.33%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=41.33%
G=24.89%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93567600.400.180.64327.5724.8329.22
Hex5D384C0281240148191d
Octal13570114050221005103135
Binary1011101111000100110001010001001010000001010010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,56,76); }

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

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

 a { background-color: rgb(93,56,76); }

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

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

 span { border-color: rgb(93,56,76); }

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