Html Css Color HEX #514346 Emperor

📋 copy color: '#514346'

red 81 ◦ green 67 ◦ blue 70

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

Shades of Emperor #514346

Tints of Emperor #514346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 37.16%
G = 30.73%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514346 (or 0x514346) is known color: Emperor. HEX triplet: 51, 43 and 46. RGB value is (81,67,70). Sum of RGB (Red+Green+Blue) = 81+67+70=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514346 is #AEBCB9. Grayscale: #474747. Windows color (decimal): -11451578 or 4604753. OLE color: 4604753.

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

Color convert

RGB 81 67 70 -
CMYK 0 0.17 0.14 0.68
HSL 347.14º 0.09% 0.29% -
HSV(B) 347.14º 0.17% 0.32% -
XYZ 6.51 6.21 6.65 -
YUV 71.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 81 67 70 0 0.17 0.14 0.68 347.14 0.09 0.29
Hex 51 43 46 0 11 E 44 15B 9 1D
Octal 121 103 106 0 21 16 104 533 11 35
Binary 1010001 1000011 1000110 0 10001 1110 1000100 101011011 1001 11101

Color Harmonies of #514346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514346

Black with #514346

Text Example


Text Example

White with #514346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514346; }

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

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

background-color css

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

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

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

border-color css

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

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

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