#51261B

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

Shades of Caput Mortuum #51261B

Tints of Caput Mortuum #51261B

Color information

#51261B (or 0x51261B) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 1B. RGB value is (81,38,27). Sum of RGB (Red+Green+Blue) = 81+38+27=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51261B is #AED9E4. Grayscale: #313131. Windows color (decimal): -11459045 or 1779281. OLE color: 1779281.

HSL color Cylindrical-coordinate representation of color #51261B: hue angle of 12.22º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51261B is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB813827-
CMYK00.530.670.68
HSL12.22º50%21.18%-
HSV(B)12.22º66.67%31.76%-
XYZ4.283.211.43-
YUV49.6115.25150.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=55.48%
G=26.03%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81382700.530.670.6812.225021.18
Hex51261B0354344c3215
Octal1214633065103104146225
Binary101000110011011011011010110000111000100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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