#51261A

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

Shades of Caput Mortuum #51261A

Tints of Caput Mortuum #51261A

Color information

#51261A (or 0x51261A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 1A. RGB value is (81,38,26). Sum of RGB (Red+Green+Blue) = 81+38+26=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51261A is #AED9E5. Grayscale: #313131. Windows color (decimal): -11459046 or 1713745. OLE color: 1713745.

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

Color convert

RGB813826-
CMYK00.530.680.68
HSL13.09º51.4%20.98%-
HSV(B)13.09º67.9%31.76%-
XYZ4.273.211.37-
YUV49.49114.75150.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=55.86%
G=26.21%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81382600.530.680.6813.0951.420.98
Hex51261A0354444d3315
Octal1214632065104104156325
Binary101000110011011010011010110001001000100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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