#511C0D

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

Shades of Caput Mortuum #511C0D

Tints of Caput Mortuum #511C0D

Color information

#511C0D (or 0x511C0D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1C and 0D. RGB value is (81,28,13). Sum of RGB (Red+Green+Blue) = 81+28+13=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C0D is #AEE3F2. Grayscale: #2A2A2A. Windows color (decimal): -11461619 or 859217. OLE color: 859217.

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

Color convert

RGB812813-
CMYK00.650.840.68
HSL13.24º72.34%18.43%-
HSV(B)13.24º83.95%31.76%-
XYZ3.882.610.68-
YUV42.14111.56155.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=66.39%
G=22.95%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81281300.650.840.6813.2472.3418.43
Hex511CD0415444d4812
Octal121341501011241041511022
Binary101000111100110101000001101010010001001101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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