#5B3F4A

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

Shades of Tawny Port #5B3F4A

Tints of Tawny Port #5B3F4A

Color information

#5B3F4A (or 0x5B3F4A) is unknown color: approx Tawny Port. HEX triplet: 5B, 3F and 4A. RGB value is (91,63,74). Sum of RGB (Red+Green+Blue) = 91+63+74=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F4A is #A4C0B5. Grayscale: #484848. Windows color (decimal): -10797238 or 4865883. OLE color: 4865883.

HSL color Cylindrical-coordinate representation of color #5B3F4A: hue angle of 336.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B3F4A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB916374-
CMYK00.310.190.64
HSL336.43º18.18%30.2%-
HSV(B)336.43º30.77%35.69%-
XYZ7.336.277.3-
YUV72.63128.78141.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.91%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=39.91%
G=27.63%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91637400.310.190.64336.4318.1830.2
Hex5B3F4A01F1340150121e
Octal13377112037231005202236
Binary101101111111110010100111111001110000001010100001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,63,74); }

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

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

 a { background-color: rgb(91,63,74); }

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

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

 span { border-color: rgb(91,63,74); }

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