Html Css Color HEX #5D3149 Tawny Port

📋 copy color: '#5D3149'

red 93 ◦ green 49 ◦ blue 73

#5D3149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #5D3149

Tints of Tawny Port #5D3149

RGB

 RED value IS 93 (36.72% from 255) = 43.26%

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 43.26%
G = 22.79%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5D3149 (or 0x5D3149) is known color: Tawny Port. HEX triplet: 5D, 31 and 49. RGB value is (93,49,73). Sum of RGB (Red+Green+Blue) = 93+49+73=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3149 is #A2CEB6. Grayscale: #404040. Windows color (decimal): -10669751 or 4796765. OLE color: 4796765.

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

Color convert

RGB 93 49 73 -
CMYK 0 0.47 0.22 0.64
HSL 327.27º 0.31% 0.28% -
HSV(B) 327.27º 0.47% 0.36% -
XYZ 6.82 5 6.91 -
YUV 64.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 93 49 73 0 0.47 0.22 0.64 327.27 0.31 0.28
Hex 5D 31 49 0 2F 16 40 147 1F 1C
Octal 135 61 111 0 57 26 100 507 37 34
Binary 1011101 110001 1001001 0 101111 10110 1000000 101000111 11111 11100

Color Harmonies of #5D3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3149

Black with #5D3149

Text Example


Text Example

White with #5D3149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,49,73); }

 H1.HeaderClassName
 {
   color: #5D3149;
 }
 .AnyTagClassName
 {
   color: #5D3149;
 }
</style>

background-color css

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

 a { background-color: rgb(93,49,73); }

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

border-color css

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

 span { border-color: rgb(93,49,73); }

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