Html Css Color HEX #5B414B Tawny Port

📋 copy color: '#5B414B'

red 91 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #5B414B

Tints of Tawny Port #5B414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 39.39%
G = 28.14%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B414B (or 0x5B414B) is known color: Tawny Port. HEX triplet: 5B, 41 and 4B. RGB value is (91,65,75). Sum of RGB (Red+Green+Blue) = 91+65+75=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B414B is #A4BEB4. Grayscale: #494949. Windows color (decimal): -10796725 or 4931931. OLE color: 4931931.

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

Color convert

RGB 91 65 75 -
CMYK 0 0.29 0.18 0.64
HSL 336.92º 0.17% 0.31% -
HSV(B) 336.92º 0.29% 0.36% -
XYZ 7.47 6.51 7.52 -
YUV 73.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 91 65 75 0 0.29 0.18 0.64 336.92 0.17 0.31
Hex 5B 41 4B 0 1D 12 40 151 11 1F
Octal 133 101 113 0 35 22 100 521 21 37
Binary 1011011 1000001 1001011 0 11101 10010 1000000 101010001 10001 11111

Color Harmonies of #5B414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B414B

Black with #5B414B

Text Example


Text Example

White with #5B414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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