Html Css Color HEX #513F45 Emperor

📋 copy color: '#513F45'

red 81 ◦ green 63 ◦ blue 69

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

Shades of Emperor #513F45

Tints of Emperor #513F45

RGB

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

 GREEN value IS 63 (25% from 255) = 29.58%

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 38.03%
G = 29.58%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#513F45 (or 0x513F45) is known color: Emperor. HEX triplet: 51, 3F and 45. RGB value is (81,63,69). Sum of RGB (Red+Green+Blue) = 81+63+69=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F45 is #AEC0BA. Grayscale: #454545. Windows color (decimal): -11452603 or 4538193. OLE color: 4538193.

HSL color Cylindrical-coordinate representation of color #513F45: hue angle of 340º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #513F45 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 63 69 -
CMYK 0 0.22 0.15 0.68
HSL 340º 0.13% 0.28% -
HSV(B) 340º 0.22% 0.32% -
XYZ 6.25 5.73 6.41 -
YUV 69.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 81 63 69 0 0.22 0.15 0.68 340 0.13 0.28
Hex 51 3F 45 0 16 F 44 154 C 1C
Octal 121 77 105 0 26 17 104 524 14 34
Binary 1010001 111111 1000101 0 10110 1111 1000100 101010100 1100 11100

Color Harmonies of #513F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F45

Black with #513F45

Text Example


Text Example

White with #513F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513F45; }

 p { color: rgb(81,63,69); }

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

background-color css

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

 a { background-color: rgb(81,63,69); }

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

border-color css

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

 span { border-color: rgb(81,63,69); }

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