#51200F

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

Shades of Caput Mortuum #51200F

Tints of Caput Mortuum #51200F

Color information

#51200F (or 0x51200F) is unknown color: approx Caput Mortuum. HEX triplet: 51, 20 and 0F. RGB value is (81,32,15). Sum of RGB (Red+Green+Blue) = 81+32+15=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51200F is #AEDFF0. Grayscale: #2C2C2C. Windows color (decimal): -11460593 or 991313. OLE color: 991313.

HSL color Cylindrical-coordinate representation of color #51200F: hue angle of 15.45º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51200F is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB813215-
CMYK00.600.810.68
HSL15.45º68.75%18.82%-
HSV(B)15.45º81.48%31.76%-
XYZ42.820.79-
YUV44.71111.23153.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=63.28%
G=25%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81321500.600.810.6815.4568.7518.82
Hex5120F03C5144f4513
Octal12140170741211041710523
Binary101000110000011110111100101000110001001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51200F; }

 p { color: rgb(81,32,15); }

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

<style>
 a { background-color: #51200F; }

 a { background-color: rgb(81,32,15); }

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

<style>
 span { border-color: #51200F; }

 span { border-color: rgb(81,32,15); }

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