#51251A

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

Shades of Caput Mortuum #51251A

Tints of Caput Mortuum #51251A

Color information

#51251A (or 0x51251A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 25 and 1A. RGB value is (81,37,26). Sum of RGB (Red+Green+Blue) = 81+37+26=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251A is #AEDAE5. Grayscale: #303030. Windows color (decimal): -11459302 or 1713489. OLE color: 1713489.

HSL color Cylindrical-coordinate representation of color #51251A: hue angle of 12º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51251A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB813726-
CMYK00.540.680.68
HSL12º51.4%20.98%-
HSV(B)12º67.9%31.76%-
XYZ4.243.151.36-
YUV48.9115.08150.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=56.25%
G=25.69%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81372600.540.680.681251.420.98
Hex51251A0364444c3315
Octal1214532066104104146325
Binary101000110010111010011011010001001000100110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51251A; }

 p { color: rgb(81,37,26); }

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

<style>
 a { background-color: #51251A; }

 a { background-color: rgb(81,37,26); }

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

<style>
 span { border-color: #51251A; }

 span { border-color: rgb(81,37,26); }

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