Html Css Color HEX #513A42 Tawny Port

📋 copy color: '#513A42'

red 81 ◦ green 58 ◦ blue 66

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

Shades of Tawny Port #513A42

Tints of Tawny Port #513A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 39.51%
G = 28.29%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#513A42 (or 0x513A42) is known color: Tawny Port. HEX triplet: 51, 3A and 42. RGB value is (81,58,66). Sum of RGB (Red+Green+Blue) = 81+58+66=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A42 is #AEC5BD. Grayscale: #414141. Windows color (decimal): -11453886 or 4340305. OLE color: 4340305.

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

Color convert

RGB 81 58 66 -
CMYK 0 0.28 0.19 0.68
HSL 339.13º 0.17% 0.27% -
HSV(B) 339.13º 0.28% 0.32% -
XYZ 5.89 5.17 5.84 -
YUV 65.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 81 58 66 0 0.28 0.19 0.68 339.13 0.17 0.27
Hex 51 3A 42 0 1C 13 44 153 11 1B
Octal 121 72 102 0 34 23 104 523 21 33
Binary 1010001 111010 1000010 0 11100 10011 1000100 101010011 10001 11011

Color Harmonies of #513A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A42

Black with #513A42

Text Example


Text Example

White with #513A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,58,66); }

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

background-color css

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

 a { background-color: rgb(81,58,66); }

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

border-color css

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

 span { border-color: rgb(81,58,66); }

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