Html Css Color HEX #501C11 Caput Mortuum

📋 copy color: '#501C11'

red 80 ◦ green 28 ◦ blue 17

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

Shades of Caput Mortuum #501C11

Tints of Caput Mortuum #501C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 64%
G = 22.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#501C11 (or 0x501C11) is known color: Caput Mortuum. HEX triplet: 50, 1C and 11. RGB value is (80,28,17). Sum of RGB (Red+Green+Blue) = 80+28+17=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C11 is #AFE3EE. Grayscale: #2A2A2A. Windows color (decimal): -11527151 or 1121360. OLE color: 1121360.

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

Color convert

RGB 80 28 17 -
CMYK 0 0.65 0.79 0.69
HSL 10.48º 0.65% 0.19% -
HSV(B) 10.48º 0.79% 0.31% -
XYZ 3.82 2.58 0.83 -
YUV 42.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 80 28 17 0 0.65 0.79 0.69 10.48 0.65 0.19
Hex 50 1C 11 0 41 4F 45 A 41 13
Octal 120 34 21 0 101 117 105 12 101 23
Binary 1010000 11100 10001 0 1000001 1001111 1000101 1010 1000001 10011

Color Harmonies of #501C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C11

Black with #501C11

Text Example


Text Example

White with #501C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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