Html Css Color HEX #514547 Emperor

📋 copy color: '#514547'

red 81 ◦ green 69 ◦ blue 71

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

Shades of Emperor #514547

Tints of Emperor #514547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 36.65%
G = 31.22%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#514547 (or 0x514547) is known color: Emperor. HEX triplet: 51, 45 and 47. RGB value is (81,69,71). Sum of RGB (Red+Green+Blue) = 81+69+71=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514547 is #AEBAB8. Grayscale: #484848. Windows color (decimal): -11451065 or 4670801. OLE color: 4670801.

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

Color convert

RGB 81 69 71 -
CMYK 0 0.15 0.12 0.68
HSL 350º 0.08% 0.29% -
HSV(B) 350º 0.15% 0.32% -
XYZ 6.66 6.46 6.86 -
YUV 72.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 81 69 71 0 0.15 0.12 0.68 350 0.08 0.29
Hex 51 45 47 0 F C 44 15E 8 1D
Octal 121 105 107 0 17 14 104 536 10 35
Binary 1010001 1000101 1000111 0 1111 1100 1000100 101011110 1000 11101

Color Harmonies of #514547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514547

Black with #514547

Text Example


Text Example

White with #514547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514547; }

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

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

background-color css

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

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

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

border-color css

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

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

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