Html Css Color HEX #5B3340 Tawny Port

📋 copy color: '#5B3340'

red 91 ◦ green 51 ◦ blue 64

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

Shades of Tawny Port #5B3340

Tints of Tawny Port #5B3340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 44.17%
G = 24.76%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5B3340 (or 0x5B3340) is known color: Tawny Port. HEX triplet: 5B, 33 and 40. RGB value is (91,51,64). Sum of RGB (Red+Green+Blue) = 91+51+64=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3340 is #A4CCBF. Grayscale: #404040. Windows color (decimal): -10800320 or 4207451. OLE color: 4207451.

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

Color convert

RGB 91 51 64 -
CMYK 0 0.44 0.30 0.64
HSL 340.5º 0.28% 0.28% -
HSV(B) 340.5º 0.44% 0.36% -
XYZ 6.42 4.96 5.47 -
YUV 64.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 91 51 64 0 0.44 0.30 0.64 340.5 0.28 0.28
Hex 5B 33 40 0 2C 1E 40 154 1C 1C
Octal 133 63 100 0 54 36 100 524 34 34
Binary 1011011 110011 1000000 0 101100 11110 1000000 101010100 11100 11100

Color Harmonies of #5B3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3340

Black with #5B3340

Text Example


Text Example

White with #5B3340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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