Html Css Color HEX #501E13 Caput Mortuum

📋 copy color: '#501E13'

red 80 ◦ green 30 ◦ blue 19

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

Shades of Caput Mortuum #501E13

Tints of Caput Mortuum #501E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 62.02%
G = 23.26%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501E13 (or 0x501E13) is known color: Caput Mortuum. HEX triplet: 50, 1E and 13. RGB value is (80,30,19). Sum of RGB (Red+Green+Blue) = 80+30+19=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E13 is #AFE1EC. Grayscale: #2B2B2B. Windows color (decimal): -11526637 or 1252944. OLE color: 1252944.

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

Color convert

RGB 80 30 19 -
CMYK 0 0.62 0.76 0.69
HSL 10.82º 0.62% 0.19% -
HSV(B) 10.82º 0.76% 0.31% -
XYZ 3.89 2.68 0.93 -
YUV 43.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 80 30 19 0 0.62 0.76 0.69 10.82 0.62 0.19
Hex 50 1E 13 0 3E 4C 45 B 3E 13
Octal 120 36 23 0 76 114 105 13 76 23
Binary 1010000 11110 10011 0 111110 1001100 1000101 1011 111110 10011

Color Harmonies of #501E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E13

Black with #501E13

Text Example


Text Example

White with #501E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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