Html Css Color HEX #514647 Emperor

📋 copy color: '#514647'

red 81 ◦ green 70 ◦ blue 71

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

Shades of Emperor #514647

Tints of Emperor #514647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 36.49%
G = 31.53%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#514647 (or 0x514647) is known color: Emperor. HEX triplet: 51, 46 and 47. RGB value is (81,70,71). Sum of RGB (Red+Green+Blue) = 81+70+71=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514647 is #AEB9B8. Grayscale: #494949. Windows color (decimal): -11450809 or 4671057. OLE color: 4671057.

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

Color convert

RGB 81 70 71 -
CMYK 0 0.14 0.12 0.68
HSL 354.55º 0.07% 0.3% -
HSV(B) 354.55º 0.14% 0.32% -
XYZ 6.72 6.58 6.88 -
YUV 73.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 81 70 71 0 0.14 0.12 0.68 354.55 0.07 0.3
Hex 51 46 47 0 E C 44 163 7 1E
Octal 121 106 107 0 16 14 104 543 7 36
Binary 1010001 1000110 1000111 0 1110 1100 1000100 101100011 111 11110

Color Harmonies of #514647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514647

Black with #514647

Text Example


Text Example

White with #514647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514647; }

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

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

background-color css

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

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

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

border-color css

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

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

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