#5D334A

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

Shades of Tawny Port #5D334A

Tints of Tawny Port #5D334A

Color information

#5D334A (or 0x5D334A) is unknown color: approx Tawny Port. HEX triplet: 5D, 33 and 4A. RGB value is (93,51,74). Sum of RGB (Red+Green+Blue) = 93+51+74=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D334A is #A2CCB5. Grayscale: #424242. Windows color (decimal): -10669238 or 4862813. OLE color: 4862813.

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

Color convert

RGB935174-
CMYK00.450.200.64
HSL327.14º29.17%28.24%-
HSV(B)327.14º45.16%36.47%-
XYZ6.935.197.11-
YUV66.18132.41147.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=42.66%
G=23.39%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93517400.450.200.64327.1429.1728.24
Hex5D334A02D14401471d1c
Octal13563112055241005073534
Binary1011101110011100101001011011010010000001010001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,74); }

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

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

 a { background-color: rgb(93,51,74); }

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

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

 span { border-color: rgb(93,51,74); }

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