#5D364B

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

Shades of Tawny Port #5D364B

Tints of Tawny Port #5D364B

Color information

#5D364B (or 0x5D364B) is unknown color: approx Tawny Port. HEX triplet: 5D, 36 and 4B. RGB value is (93,54,75). Sum of RGB (Red+Green+Blue) = 93+54+75=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 93 - color contains mainly: red. Hex color #5D364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D364B is #A2C9B4. Grayscale: #444444. Windows color (decimal): -10668469 or 4929117. OLE color: 4929117.

HSL color Cylindrical-coordinate representation of color #5D364B: hue angle of 327.69º 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 #5D364B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB935475-
CMYK00.420.190.64
HSL327.69º26.53%28.82%-
HSV(B)327.69º41.94%36.47%-
XYZ7.15.477.34-
YUV68.05131.92145.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=41.89%
G=24.32%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93547500.420.190.64327.6926.5328.82
Hex5D364B02A13401481b1d
Octal13566113052231005103335
Binary1011101110110100101101010101001110000001010010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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