#51221B

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

Shades of Caput Mortuum #51221B

Tints of Caput Mortuum #51221B

Color information

#51221B (or 0x51221B) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 1B. RGB value is (81,34,27). Sum of RGB (Red+Green+Blue) = 81+34+27=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51221B is #AEDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11460069 or 1778257. OLE color: 1778257.

HSL color Cylindrical-coordinate representation of color #51221B: hue angle of 7.78º 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 #51221B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB813427-
CMYK00.580.670.68
HSL7.78º50%21.18%-
HSV(B)7.78º66.67%31.76%-
XYZ4.162.971.39-
YUV47.26116.57152.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=57.04%
G=23.94%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81342700.580.670.687.785021.18
Hex51221B03A434483215
Octal1214233072103104106225
Binary101000110001011011011101010000111000100100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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