Html Css Color HEX #501C14 Caput Mortuum

📋 copy color: '#501C14'

red 80 ◦ green 28 ◦ blue 20

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

Shades of Caput Mortuum #501C14

Tints of Caput Mortuum #501C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.88%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 62.5%
G = 21.88%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501C14 (or 0x501C14) is known color: Caput Mortuum. HEX triplet: 50, 1C and 14. RGB value is (80,28,20). Sum of RGB (Red+Green+Blue) = 80+28+20=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C14 is #AFE3EB. Grayscale: #2A2A2A. Windows color (decimal): -11527148 or 1317968. OLE color: 1317968.

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

Color convert

RGB 80 28 20 -
CMYK 0 0.65 0.75 0.69
HSL 0.6% 0.2% -
HSV(B) 0.75% 0.31% -
XYZ 3.85 2.59 0.96 -
YUV 42.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 80 28 20 0 0.65 0.75 0.69 8 0.6 0.2
Hex 50 1C 14 0 41 4B 45 8 3C 14
Octal 120 34 24 0 101 113 105 10 74 24
Binary 1010000 11100 10100 0 1000001 1001011 1000101 1000 111100 10100

Color Harmonies of #501C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C14

Black with #501C14

Text Example


Text Example

White with #501C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,20); }

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

background-color css

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

 a { background-color: rgb(80,28,20); }

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

border-color css

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

 span { border-color: rgb(80,28,20); }

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