Html Css Color HEX #51494A Emperor

📋 copy color: '#51494A'

red 81 ◦ green 73 ◦ blue 74

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

Shades of Emperor #51494A

Tints of Emperor #51494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 35.53%
G = 32.02%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51494A (or 0x51494A) is known color: Emperor. HEX triplet: 51, 49 and 4A. RGB value is (81,73,74). Sum of RGB (Red+Green+Blue) = 81+73+74=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51494A is #AEB6B5. Grayscale: #4B4B4B. Windows color (decimal): -11450038 or 4868433. OLE color: 4868433.

HSL color Cylindrical-coordinate representation of color #51494A: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51494A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 74 -
CMYK 0 0.10 0.09 0.68
HSL 352.5º 0.05% 0.3% -
HSV(B) 352.5º 0.1% 0.32% -
XYZ 7.01 7.01 7.46 -
YUV 75.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 81 73 74 0 0.10 0.09 0.68 352.5 0.05 0.3
Hex 51 49 4A 0 A 9 44 160 5 1E
Octal 121 111 112 0 12 11 104 540 5 36
Binary 1010001 1001001 1001010 0 1010 1001 1000100 101100000 101 11110

Color Harmonies of #51494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51494A

Black with #51494A

Text Example


Text Example

White with #51494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51494A; }

 p { color: rgb(81,73,74); }

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

background-color css

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

 a { background-color: rgb(81,73,74); }

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

border-color css

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

 span { border-color: rgb(81,73,74); }

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