Html Css Color HEX #501B0D Caput Mortuum

📋 copy color: '#501B0D'

red 80 ◦ green 27 ◦ blue 13

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

Shades of Caput Mortuum #501B0D

Tints of Caput Mortuum #501B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.5%

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

R = 66.67%
G = 22.5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#501B0D (or 0x501B0D) is known color: Caput Mortuum. HEX triplet: 50, 1B and 0D. RGB value is (80,27,13). Sum of RGB (Red+Green+Blue) = 80+27+13=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B0D is #AFE4F2. Grayscale: #292929. Windows color (decimal): -11527411 or 858960. OLE color: 858960.

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

Color convert

RGB 80 27 13 -
CMYK 0 0.66 0.84 0.69
HSL 12.54º 0.72% 0.18% -
HSV(B) 12.54º 0.84% 0.31% -
XYZ 3.77 2.52 0.67 -
YUV 41.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 80 27 13 0 0.66 0.84 0.69 12.54 0.72 0.18
Hex 50 1B D 0 42 54 45 D 48 12
Octal 120 33 15 0 102 124 105 15 110 22
Binary 1010000 11011 1101 0 1000010 1010100 1000101 1101 1001000 10010

Color Harmonies of #501B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B0D

Black with #501B0D

Text Example


Text Example

White with #501B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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