Html Css Color HEX #501E15 Caput Mortuum

📋 copy color: '#501E15'

red 80 ◦ green 30 ◦ blue 21

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

Shades of Caput Mortuum #501E15

Tints of Caput Mortuum #501E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 61.07%
G = 22.9%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#501E15 (or 0x501E15) is known color: Caput Mortuum. HEX triplet: 50, 1E and 15. RGB value is (80,30,21). Sum of RGB (Red+Green+Blue) = 80+30+21=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E15 is #AFE1EA. Grayscale: #2C2C2C. Windows color (decimal): -11526635 or 1384016. OLE color: 1384016.

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

Color convert

RGB 80 30 21 -
CMYK 0 0.62 0.74 0.69
HSL 9.15º 0.58% 0.2% -
HSV(B) 9.15º 0.74% 0.31% -
XYZ 3.91 2.69 1.02 -
YUV 43.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 80 30 21 0 0.62 0.74 0.69 9.15 0.58 0.2
Hex 50 1E 15 0 3E 4A 45 9 3A 14
Octal 120 36 25 0 76 112 105 11 72 24
Binary 1010000 11110 10101 0 111110 1001010 1000101 1001 111010 10100

Color Harmonies of #501E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E15

Black with #501E15

Text Example


Text Example

White with #501E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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