#51271A

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

Shades of Caput Mortuum #51271A

Tints of Caput Mortuum #51271A

Color information

#51271A (or 0x51271A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 27 and 1A. RGB value is (81,39,26). Sum of RGB (Red+Green+Blue) = 81+39+26=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51271A is #AED8E5. Grayscale: #323232. Windows color (decimal): -11458790 or 1714001. OLE color: 1714001.

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

Color convert

RGB813926-
CMYK00.520.680.68
HSL14.18º51.4%20.98%-
HSV(B)14.18º67.9%31.76%-
XYZ4.313.271.38-
YUV50.08114.41150.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=55.48%
G=26.71%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81392600.520.680.6814.1851.420.98
Hex51271A0344444e3315
Octal1214732064104104166325
Binary101000110011111010011010010001001000100111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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