Html Css Color HEX #501E16 Caput Mortuum

📋 copy color: '#501E16'

red 80 ◦ green 30 ◦ blue 22

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

Shades of Caput Mortuum #501E16

Tints of Caput Mortuum #501E16

RGB

 RED value IS 80 (31.64% from 255) = 60.61%

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

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 60.61%
G = 22.73%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#501E16 (or 0x501E16) is known color: Caput Mortuum. HEX triplet: 50, 1E and 16. RGB value is (80,30,22). Sum of RGB (Red+Green+Blue) = 80+30+22=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E16 is #AFE1E9. Grayscale: #2C2C2C. Windows color (decimal): -11526634 or 1449552. OLE color: 1449552.

HSL color Cylindrical-coordinate representation of color #501E16: hue angle of 8.28º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501E16 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 22 -
CMYK 0 0.62 0.72 0.69
HSL 8.28º 0.57% 0.2% -
HSV(B) 8.28º 0.73% 0.31% -
XYZ 3.92 2.69 1.07 -
YUV 44.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 80 30 22 0 0.62 0.72 0.69 8.28 0.57 0.2
Hex 50 1E 16 0 3E 48 45 8 39 14
Octal 120 36 26 0 76 110 105 10 71 24
Binary 1010000 11110 10110 0 111110 1001000 1000101 1000 111001 10100

Color Harmonies of #501E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E16

Black with #501E16

Text Example


Text Example

White with #501E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E16; }

 p { color: rgb(80,30,22); }

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

background-color css

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

 a { background-color: rgb(80,30,22); }

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

border-color css

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

 span { border-color: rgb(80,30,22); }

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