Html Css Color HEX #501D12 Caput Mortuum

📋 copy color: '#501D12'

red 80 ◦ green 29 ◦ blue 18

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

Shades of Caput Mortuum #501D12

Tints of Caput Mortuum #501D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

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

R = 62.99%
G = 22.83%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501D12 (or 0x501D12) is known color: Caput Mortuum. HEX triplet: 50, 1D and 12. RGB value is (80,29,18). Sum of RGB (Red+Green+Blue) = 80+29+18=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D12 is #AFE2ED. Grayscale: #2B2B2B. Windows color (decimal): -11526894 or 1187152. OLE color: 1187152.

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

Color convert

RGB 80 29 18 -
CMYK 0 0.64 0.78 0.69
HSL 10.65º 0.63% 0.19% -
HSV(B) 10.65º 0.78% 0.31% -
XYZ 3.86 2.63 0.88 -
YUV 43 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 80 29 18 0 0.64 0.78 0.69 10.65 0.63 0.19
Hex 50 1D 12 0 40 4E 45 B 3F 13
Octal 120 35 22 0 100 116 105 13 77 23
Binary 1010000 11101 10010 0 1000000 1001110 1000101 1011 111111 10011

Color Harmonies of #501D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D12

Black with #501D12

Text Example


Text Example

White with #501D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,18); }

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

background-color css

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

 a { background-color: rgb(80,29,18); }

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

border-color css

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

 span { border-color: rgb(80,29,18); }

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