Html Css Color HEX #501C0D Caput Mortuum

📋 copy color: '#501C0D'

red 80 ◦ green 28 ◦ blue 13

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

Shades of Caput Mortuum #501C0D

Tints of Caput Mortuum #501C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.74%

R = 66.12%
G = 23.14%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#501C0D (or 0x501C0D) is known color: Caput Mortuum. HEX triplet: 50, 1C and 0D. RGB value is (80,28,13). Sum of RGB (Red+Green+Blue) = 80+28+13=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C0D is #AFE3F2. Grayscale: #292929. Windows color (decimal): -11527155 or 859216. OLE color: 859216.

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

Color convert

RGB 80 28 13 -
CMYK 0 0.65 0.84 0.69
HSL 13.43º 0.72% 0.18% -
HSV(B) 13.43º 0.84% 0.31% -
XYZ 3.8 2.57 0.68 -
YUV 41.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 80 28 13 0 0.65 0.84 0.69 13.43 0.72 0.18
Hex 50 1C D 0 41 54 45 D 48 12
Octal 120 34 15 0 101 124 105 15 110 22
Binary 1010000 11100 1101 0 1000001 1010100 1000101 1101 1001000 10010

Color Harmonies of #501C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C0D

Black with #501C0D

Text Example


Text Example

White with #501C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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