#501B0D

Color #501B0D Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #501B0D

Tints of Caput Mortuum #501B0D

Color information

#501B0D (or 0x501B0D) is unknown color: approx 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

RGB802713-
CMYK00.660.840.69
HSL12.54º72.04%18.24%-
HSV(B)12.54º83.75%31.37%-
XYZ3.772.520.67-
YUV41.25112.06155.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80271300.660.840.6912.5472.0418.24
Hex501BD0425445d4812
Octal120331501021241051511022
Binary101000011011110101000010101010010001011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>