Html Css Color HEX #511E12 Caput Mortuum

📋 copy color: '#511E12'

red 81 ◦ green 30 ◦ blue 18

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

Shades of Caput Mortuum #511E12

Tints of Caput Mortuum #511E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 62.79%
G = 23.26%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#511E12 (or 0x511E12) is known color: Caput Mortuum. HEX triplet: 51, 1E and 12. RGB value is (81,30,18). Sum of RGB (Red+Green+Blue) = 81+30+18=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E12 is #AEE1ED. Grayscale: #2B2B2B. Windows color (decimal): -11461102 or 1187409. OLE color: 1187409.

HSL color Cylindrical-coordinate representation of color #511E12: hue angle of 11.43º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511E12 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 18 -
CMYK 0 0.63 0.78 0.68
HSL 11.43º 0.64% 0.19% -
HSV(B) 11.43º 0.78% 0.32% -
XYZ 3.97 2.72 0.89 -
YUV 43.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 81 30 18 0 0.63 0.78 0.68 11.43 0.64 0.19
Hex 51 1E 12 0 3F 4E 44 B 40 13
Octal 121 36 22 0 77 116 104 13 100 23
Binary 1010001 11110 10010 0 111111 1001110 1000100 1011 1000000 10011

Color Harmonies of #511E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E12

Black with #511E12

Text Example


Text Example

White with #511E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E12; }

 p { color: rgb(81,30,18); }

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

background-color css

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

 a { background-color: rgb(81,30,18); }

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

border-color css

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

 span { border-color: rgb(81,30,18); }

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