Html Css Color HEX #5B3349 Tawny Port

📋 copy color: '#5B3349'

red 91 ◦ green 51 ◦ blue 73

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

Shades of Tawny Port #5B3349

Tints of Tawny Port #5B3349

RGB

 RED value IS 91 (35.94% from 255) = 42.33%

 GREEN value IS 51 (20.31% from 255) = 23.72%

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

R = 42.33%
G = 23.72%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B3349 (or 0x5B3349) is known color: Tawny Port. HEX triplet: 5B, 33 and 49. RGB value is (91,51,73). Sum of RGB (Red+Green+Blue) = 91+51+73=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3349 is #A4CCB6. Grayscale: #414141. Windows color (decimal): -10800311 or 4797275. OLE color: 4797275.

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

Color convert

RGB 91 51 73 -
CMYK 0 0.44 0.20 0.64
HSL 327º 0.28% 0.28% -
HSV(B) 327º 0.44% 0.36% -
XYZ 6.7 5.07 6.93 -
YUV 65.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 91 51 73 0 0.44 0.20 0.64 327 0.28 0.28
Hex 5B 33 49 0 2C 14 40 147 1C 1C
Octal 133 63 111 0 54 24 100 507 34 34
Binary 1011011 110011 1001001 0 101100 10100 1000000 101000111 11100 11100

Color Harmonies of #5B3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3349

Black with #5B3349

Text Example


Text Example

White with #5B3349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,73); }

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

background-color css

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

 a { background-color: rgb(91,51,73); }

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

border-color css

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

 span { border-color: rgb(91,51,73); }

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