Html Css Color HEX #501E19 Caput Mortuum

📋 copy color: '#501E19'

red 80 ◦ green 30 ◦ blue 25

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

Shades of Caput Mortuum #501E19

Tints of Caput Mortuum #501E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 59.26%
G = 22.22%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501E19 (or 0x501E19) is known color: Caput Mortuum. HEX triplet: 50, 1E and 19. RGB value is (80,30,25). Sum of RGB (Red+Green+Blue) = 80+30+25=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501E19 is #AFE1E6. Grayscale: #2C2C2C. Windows color (decimal): -11526631 or 1646160. OLE color: 1646160.

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

Color convert

RGB 80 30 25 -
CMYK 0 0.62 0.69 0.69
HSL 5.45º 0.52% 0.21% -
HSV(B) 5.45º 0.69% 0.31% -
XYZ 3.95 2.7 1.23 -
YUV 44.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 80 30 25 0 0.62 0.69 0.69 5.45 0.52 0.21
Hex 50 1E 19 0 3E 45 45 5 34 15
Octal 120 36 31 0 76 105 105 5 64 25
Binary 1010000 11110 11001 0 111110 1000101 1000101 101 110100 10101

Color Harmonies of #501E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E19

Black with #501E19

Text Example


Text Example

White with #501E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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