Html Css Color HEX #501C13 Caput Mortuum

📋 copy color: '#501C13'

red 80 ◦ green 28 ◦ blue 19

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

Shades of Caput Mortuum #501C13

Tints of Caput Mortuum #501C13

RGB

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

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

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

R = 62.99%
G = 22.05%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501C13 (or 0x501C13) is known color: Caput Mortuum. HEX triplet: 50, 1C and 13. RGB value is (80,28,19). Sum of RGB (Red+Green+Blue) = 80+28+19=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C13 is #AFE3EC. Grayscale: #2A2A2A. Windows color (decimal): -11527149 or 1252432. OLE color: 1252432.

HSL color Cylindrical-coordinate representation of color #501C13: hue angle of 8.85º 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 #501C13 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 19 -
CMYK 0 0.65 0.76 0.69
HSL 8.85º 0.62% 0.19% -
HSV(B) 8.85º 0.76% 0.31% -
XYZ 3.84 2.58 0.91 -
YUV 42.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 80 28 19 0 0.65 0.76 0.69 8.85 0.62 0.19
Hex 50 1C 13 0 41 4C 45 9 3E 13
Octal 120 34 23 0 101 114 105 11 76 23
Binary 1010000 11100 10011 0 1000001 1001100 1000101 1001 111110 10011

Color Harmonies of #501C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C13

Black with #501C13

Text Example


Text Example

White with #501C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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