Html Css Color HEX #513E43 Emperor

📋 copy color: '#513E43'

red 81 ◦ green 62 ◦ blue 67

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

Shades of Emperor #513E43

Tints of Emperor #513E43

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 38.57%
G = 29.52%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#513E43 (or 0x513E43) is known color: Emperor. HEX triplet: 51, 3E and 43. RGB value is (81,62,67). Sum of RGB (Red+Green+Blue) = 81+62+67=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #513E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E43 is #AEC1BC. Grayscale: #444444. Windows color (decimal): -11452861 or 4406865. OLE color: 4406865.

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

Color convert

RGB 81 62 67 -
CMYK 0 0.23 0.17 0.68
HSL 344.21º 0.13% 0.28% -
HSV(B) 344.21º 0.23% 0.32% -
XYZ 6.13 5.6 6.07 -
YUV 68.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 81 62 67 0 0.23 0.17 0.68 344.21 0.13 0.28
Hex 51 3E 43 0 17 11 44 158 D 1C
Octal 121 76 103 0 27 21 104 530 15 34
Binary 1010001 111110 1000011 0 10111 10001 1000100 101011000 1101 11100

Color Harmonies of #513E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E43

Black with #513E43

Text Example


Text Example

White with #513E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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