#51251E

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

Shades of Caput Mortuum #51251E

Tints of Caput Mortuum #51251E

Color information

#51251E (or 0x51251E) is unknown color: approx Caput Mortuum. HEX triplet: 51, 25 and 1E. RGB value is (81,37,30). Sum of RGB (Red+Green+Blue) = 81+37+30=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251E is #AEDAE1. Grayscale: #313131. Windows color (decimal): -11459298 or 1975633. OLE color: 1975633.

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

Color convert

RGB813730-
CMYK00.540.630.68
HSL8.24º45.95%21.76%-
HSV(B)8.24º62.96%31.76%-
XYZ4.293.171.61-
YUV49.36117.08150.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=54.73%
G=25%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81373000.540.630.688.2445.9521.76
Hex51251E0363F4482e16
Octal121453606677104105626
Binary10100011001011111001101101111111000100100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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