Html Css Color HEX #514446 Emperor

📋 copy color: '#514446'

red 81 ◦ green 68 ◦ blue 70

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

Shades of Emperor #514446

Tints of Emperor #514446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

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

R = 36.99%
G = 31.05%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514446 (or 0x514446) is known color: Emperor. HEX triplet: 51, 44 and 46. RGB value is (81,68,70). Sum of RGB (Red+Green+Blue) = 81+68+70=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514446 is #AEBBB9. Grayscale: #484848. Windows color (decimal): -11451322 or 4605009. OLE color: 4605009.

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

Color convert

RGB 81 68 70 -
CMYK 0 0.16 0.14 0.68
HSL 350.77º 0.09% 0.29% -
HSV(B) 350.77º 0.16% 0.32% -
XYZ 6.57 6.33 6.67 -
YUV 72.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 81 68 70 0 0.16 0.14 0.68 350.77 0.09 0.29
Hex 51 44 46 0 10 E 44 15F 9 1D
Octal 121 104 106 0 20 16 104 537 11 35
Binary 1010001 1000100 1000110 0 10000 1110 1000100 101011111 1001 11101

Color Harmonies of #514446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514446

Black with #514446

Text Example


Text Example

White with #514446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514446; }

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

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

background-color css

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

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

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

border-color css

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

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

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