Html Css Color HEX #513B44 Tawny Port

📋 copy color: '#513B44'

red 81 ◦ green 59 ◦ blue 68

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

Shades of Tawny Port #513B44

Tints of Tawny Port #513B44

RGB

 RED value IS 81 (32.03% from 255) = 38.94%

 GREEN value IS 59 (23.44% from 255) = 28.37%

 BLUE value IS 68 (26.95% from 255) = 32.69%

R = 38.94%
G = 28.37%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#513B44 (or 0x513B44) is known color: Tawny Port. HEX triplet: 51, 3B and 44. RGB value is (81,59,68). Sum of RGB (Red+Green+Blue) = 81+59+68=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #513B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B44 is #AEC4BB. Grayscale: #424242. Windows color (decimal): -11453628 or 4471633. OLE color: 4471633.

HSL color Cylindrical-coordinate representation of color #513B44: hue angle of 335.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B44 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 68 -
CMYK 0 0.27 0.16 0.68
HSL 335.45º 0.16% 0.27% -
HSV(B) 335.45º 0.27% 0.32% -
XYZ 6 5.29 6.17 -
YUV 66.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 81 59 68 0 0.27 0.16 0.68 335.45 0.16 0.27
Hex 51 3B 44 0 1B 10 44 14F 10 1B
Octal 121 73 104 0 33 20 104 517 20 33
Binary 1010001 111011 1000100 0 11011 10000 1000100 101001111 10000 11011

Color Harmonies of #513B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B44

Black with #513B44

Text Example


Text Example

White with #513B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513B44; }

 p { color: rgb(81,59,68); }

 H1.HeaderClassName
 {
   color: #513B44;
 }
 .AnyTagClassName
 {
   color: #513B44;
 }
</style>

background-color css

<style>
 a { background-color: #513B44; }

 a { background-color: rgb(81,59,68); }

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

border-color css

<style>
 span { border-color: #513B44; }

 span { border-color: rgb(81,59,68); }

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