#51261D

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

Shades of Caput Mortuum #51261D

Tints of Caput Mortuum #51261D

Color information

#51261D (or 0x51261D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 1D. RGB value is (81,38,29). Sum of RGB (Red+Green+Blue) = 81+38+29=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51261D is #AED9E2. Grayscale: #313131. Windows color (decimal): -11459043 or 1910353. OLE color: 1910353.

HSL color Cylindrical-coordinate representation of color #51261D: hue angle of 10.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51261D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB813829-
CMYK00.530.640.68
HSL10.38º47.27%21.57%-
HSV(B)10.38º64.2%31.76%-
XYZ4.313.221.56-
YUV49.83116.25150.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=54.73%
G=25.68%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81382900.530.640.6810.3847.2721.57
Hex51261D0354044a2f16
Octal1214635065100104125726
Binary101000110011011101011010110000001000100101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51261D; }

 p { color: rgb(81,38,29); }

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

<style>
 a { background-color: #51261D; }

 a { background-color: rgb(81,38,29); }

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

<style>
 span { border-color: #51261D; }

 span { border-color: rgb(81,38,29); }

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