#51251D

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

Shades of Caput Mortuum #51251D

Tints of Caput Mortuum #51251D

Color information

#51251D (or 0x51251D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 25 and 1D. RGB value is (81,37,29). Sum of RGB (Red+Green+Blue) = 81+37+29=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251D is #AEDAE2. Grayscale: #313131. Windows color (decimal): -11459299 or 1910097. OLE color: 1910097.

HSL color Cylindrical-coordinate representation of color #51251D: hue angle of 9.23º 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 #51251D is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB813729-
CMYK00.540.640.68
HSL9.23º47.27%21.57%-
HSV(B)9.23º64.2%31.76%-
XYZ4.283.161.55-
YUV49.24116.58150.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=55.10%
G=25.17%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81372900.540.640.689.2347.2721.57
Hex51251D036404492f16
Octal1214535066100104115726
Binary101000110010111101011011010000001000100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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