Html Css Color HEX #514949 Matterhorn

📋 copy color: '#514949'

red 81 ◦ green 73 ◦ blue 73

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

Shades of Matterhorn #514949

Tints of Matterhorn #514949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 35.68%
G = 32.16%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#514949 (or 0x514949) is known color: Matterhorn. HEX triplet: 51, 49 and 49. RGB value is (81,73,73). Sum of RGB (Red+Green+Blue) = 81+73+73=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514949 is #AEB6B6. Grayscale: #4B4B4B. Windows color (decimal): -11450039 or 4802897. OLE color: 4802897.

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

Color convert

RGB 81 73 73 -
CMYK 0 0.10 0.10 0.68
HSL 0.05% 0.3% -
HSV(B) 0.1% 0.32% -
XYZ 6.98 7 7.29 -
YUV 75.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 81 73 73 0 0.10 0.10 0.68 0 0.05 0.3
Hex 51 49 49 0 A A 44 0 5 1E
Octal 121 111 111 0 12 12 104 0 5 36
Binary 1010001 1001001 1001001 0 1010 1010 1000100 0 101 11110

Color Harmonies of #514949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514949

Black with #514949

Text Example


Text Example

White with #514949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514949; }

 p { color: rgb(81,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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