#51271D

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

Shades of Caput Mortuum #51271D

Tints of Caput Mortuum #51271D

Color information

#51271D (or 0x51271D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 27 and 1D. RGB value is (81,39,29). Sum of RGB (Red+Green+Blue) = 81+39+29=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51271D is #AED8E2. Grayscale: #323232. Windows color (decimal): -11458787 or 1910609. OLE color: 1910609.

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

Color convert

RGB813929-
CMYK00.520.640.68
HSL11.54º47.27%21.57%-
HSV(B)11.54º64.2%31.76%-
XYZ4.343.291.57-
YUV50.42115.91149.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=54.36%
G=26.17%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81392900.520.640.6811.5447.2721.57
Hex51271D0344044c2f16
Octal1214735064100104145726
Binary101000110011111101011010010000001000100110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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