Html Css Color HEX #514748 Emperor

📋 copy color: '#514748'

red 81 ◦ green 71 ◦ blue 72

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

Shades of Emperor #514748

Tints of Emperor #514748

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #514748: hue angle of 354º 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 #514748 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 72 -
CMYK 0 0.12 0.11 0.68
HSL 354º 0.07% 0.3% -
HSV(B) 354º 0.12% 0.32% -
XYZ 6.82 6.72 7.07 -
YUV 74.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 81 71 72 0 0.12 0.11 0.68 354 0.07 0.3
Hex 51 47 48 0 C B 44 162 7 1E
Octal 121 107 110 0 14 13 104 542 7 36
Binary 1010001 1000111 1001000 0 1100 1011 1000100 101100010 111 11110

Color Harmonies of #514748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514748

Black with #514748

Text Example


Text Example

White with #514748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514748; }

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

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

background-color css

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

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

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

border-color css

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

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

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