Html Css Color HEX #514447 Emperor

📋 copy color: '#514447'

red 81 ◦ green 68 ◦ blue 71

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

Shades of Emperor #514447

Tints of Emperor #514447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 36.82%
G = 30.91%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#514447 (or 0x514447) is known color: Emperor. HEX triplet: 51, 44 and 47. RGB value is (81,68,71). Sum of RGB (Red+Green+Blue) = 81+68+71=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514447 is #AEBBB8. Grayscale: #484848. Windows color (decimal): -11451321 or 4670545. OLE color: 4670545.

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

Color convert

RGB 81 68 71 -
CMYK 0 0.16 0.12 0.68
HSL 346.15º 0.09% 0.29% -
HSV(B) 346.15º 0.16% 0.32% -
XYZ 6.6 6.34 6.84 -
YUV 72.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 81 68 71 0 0.16 0.12 0.68 346.15 0.09 0.29
Hex 51 44 47 0 10 C 44 15A 9 1D
Octal 121 104 107 0 20 14 104 532 11 35
Binary 1010001 1000100 1000111 0 10000 1100 1000100 101011010 1001 11101

Color Harmonies of #514447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514447

Black with #514447

Text Example


Text Example

White with #514447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514447; }

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

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

background-color css

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

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

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

border-color css

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

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

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