Html Css Color HEX #51474A Emperor

📋 copy color: '#51474A'

red 81 ◦ green 71 ◦ blue 74

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

Shades of Emperor #51474A

Tints of Emperor #51474A

RGB

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

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

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

R = 35.84%
G = 31.42%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51474A (or 0x51474A) is known color: Emperor. HEX triplet: 51, 47 and 4A. RGB value is (81,71,74). Sum of RGB (Red+Green+Blue) = 81+71+74=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #51474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51474A is #AEB8B5. Grayscale: #4A4A4A. Windows color (decimal): -11450550 or 4867921. OLE color: 4867921.

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

Color convert

RGB 81 71 74 -
CMYK 0 0.12 0.09 0.68
HSL 342º 0.07% 0.3% -
HSV(B) 342º 0.12% 0.32% -
XYZ 6.88 6.75 7.42 -
YUV 74.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 81 71 74 0 0.12 0.09 0.68 342 0.07 0.3
Hex 51 47 4A 0 C 9 44 156 7 1E
Octal 121 107 112 0 14 11 104 526 7 36
Binary 1010001 1000111 1001010 0 1100 1001 1000100 101010110 111 11110

Color Harmonies of #51474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51474A

Black with #51474A

Text Example


Text Example

White with #51474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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