#501A0B

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

Shades of Caput Mortuum #501A0B

Tints of Caput Mortuum #501A0B

Color information

#501A0B (or 0x501A0B) is unknown color: approx Caput Mortuum. HEX triplet: 50, 1A and 0B. RGB value is (80,26,11). Sum of RGB (Red+Green+Blue) = 80+26+11=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A0B is #AFE5F4. Grayscale: #282828. Windows color (decimal): -11527669 or 727632. OLE color: 727632.

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

Color convert

RGB802611-
CMYK00.670.860.69
HSL13.04º75.82%17.84%-
HSV(B)13.04º86.25%31.37%-
XYZ3.742.470.6-
YUV40.44111.39156.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=68.38%
G=22.22%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80261100.670.860.6913.0475.8217.84
Hex501AB0435645d4c12
Octal120321301031261051511422
Binary101000011010101101000011101011010001011101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,26,11); }

 H1.HeaderClassName
 {
   color: #501A0B;
 }
 .AnyTagClassName
 {
   color: #501A0B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,26,11); }

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

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

 span { border-color: rgb(80,26,11); }

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