#5E384B

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

Shades of Tawny Port #5E384B

Tints of Tawny Port #5E384B

Color information

#5E384B (or 0x5E384B) is unknown color: approx Tawny Port. HEX triplet: 5E, 38 and 4B. RGB value is (94,56,75). Sum of RGB (Red+Green+Blue) = 94+56+75=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E384B is #A1C7B4. Grayscale: #454545. Windows color (decimal): -10602421 or 4929630. OLE color: 4929630.

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

Color convert

RGB945675-
CMYK00.400.200.63
HSL330º25.33%29.41%-
HSV(B)330º40.43%36.86%-
XYZ7.35.727.38-
YUV69.53131.09145.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=41.78%
G=24.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94567500.400.200.6333025.3329.41
Hex5E384B028143F14a191d
Octal1367011305024775123135
Binary101111011100010010110101000101001111111010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,56,75); }

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

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

 a { background-color: rgb(94,56,75); }

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

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

 span { border-color: rgb(94,56,75); }

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