Html Css Color HEX #514847 Matterhorn

📋 copy color: '#514847'

red 81 ◦ green 72 ◦ blue 71

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

Shades of Matterhorn #514847

Tints of Matterhorn #514847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 36.16%
G = 32.14%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#514847 (or 0x514847) is known color: Matterhorn. HEX triplet: 51, 48 and 47. RGB value is (81,72,71). Sum of RGB (Red+Green+Blue) = 81+72+71=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514847 is #AEB7B8. Grayscale: #4A4A4A. Windows color (decimal): -11450297 or 4671569. OLE color: 4671569.

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

Color convert

RGB 81 72 71 -
CMYK 0 0.11 0.12 0.68
HSL 0.07% 0.3% -
HSV(B) 0.12% 0.32% -
XYZ 6.85 6.84 6.92 -
YUV 74.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 81 72 71 0 0.11 0.12 0.68 6 0.07 0.3
Hex 51 48 47 0 B C 44 6 7 1E
Octal 121 110 107 0 13 14 104 6 7 36
Binary 1010001 1001000 1000111 0 1011 1100 1000100 110 111 11110

Color Harmonies of #514847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514847

Black with #514847

Text Example


Text Example

White with #514847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514847; }

 p { color: rgb(81,72,71); }

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

background-color css

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

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

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

border-color css

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

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

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