Html Css Color HEX #5B414A Tawny Port

📋 copy color: '#5B414A'

red 91 ◦ green 65 ◦ blue 74

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

Shades of Tawny Port #5B414A

Tints of Tawny Port #5B414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 39.57%
G = 28.26%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B414A (or 0x5B414A) is known color: Tawny Port. HEX triplet: 5B, 41 and 4A. RGB value is (91,65,74). Sum of RGB (Red+Green+Blue) = 91+65+74=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B414A is #A4BEB5. Grayscale: #494949. Windows color (decimal): -10796726 or 4866395. OLE color: 4866395.

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

Color convert

RGB 91 65 74 -
CMYK 0 0.29 0.19 0.64
HSL 339.23º 0.17% 0.31% -
HSV(B) 339.23º 0.29% 0.36% -
XYZ 7.44 6.5 7.34 -
YUV 73.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 91 65 74 0 0.29 0.19 0.64 339.23 0.17 0.31
Hex 5B 41 4A 0 1D 13 40 153 11 1F
Octal 133 101 112 0 35 23 100 523 21 37
Binary 1011011 1000001 1001010 0 11101 10011 1000000 101010011 10001 11111

Color Harmonies of #5B414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B414A

Black with #5B414A

Text Example


Text Example

White with #5B414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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