Html Css Color HEX #514648 Emperor

📋 copy color: '#514648'

red 81 ◦ green 70 ◦ blue 72

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

Shades of Emperor #514648

Tints of Emperor #514648

RGB

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

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

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

R = 36.32%
G = 31.39%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#514648 (or 0x514648) is known color: Emperor. HEX triplet: 51, 46 and 48. RGB value is (81,70,72). Sum of RGB (Red+Green+Blue) = 81+70+72=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514648 is #AEB9B7. Grayscale: #494949. Windows color (decimal): -11450808 or 4736593. OLE color: 4736593.

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

Color convert

RGB 81 70 72 -
CMYK 0 0.14 0.11 0.68
HSL 349.09º 0.07% 0.3% -
HSV(B) 349.09º 0.14% 0.32% -
XYZ 6.75 6.6 7.05 -
YUV 73.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 81 70 72 0 0.14 0.11 0.68 349.09 0.07 0.3
Hex 51 46 48 0 E B 44 15D 7 1E
Octal 121 106 110 0 16 13 104 535 7 36
Binary 1010001 1000110 1001000 0 1110 1011 1000100 101011101 111 11110

Color Harmonies of #514648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514648

Black with #514648

Text Example


Text Example

White with #514648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514648; }

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

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

background-color css

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

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

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

border-color css

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

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

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