#51221F

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

Shades of Caput Mortuum #51221F

Tints of Caput Mortuum #51221F

Color information

#51221F (or 0x51221F) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 1F. RGB value is (81,34,31). Sum of RGB (Red+Green+Blue) = 81+34+31=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51221F is #AEDDE0. Grayscale: #2F2F2F. Windows color (decimal): -11460065 or 2040401. OLE color: 2040401.

HSL color Cylindrical-coordinate representation of color #51221F: hue angle of 3.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51221F is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB813431-
CMYK00.580.620.68
HSL3.6º44.64%21.96%-
HSV(B)3.6º61.73%31.76%-
XYZ4.212.991.65-
YUV47.71118.57151.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=55.48%
G=23.29%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81343100.580.620.683.644.6421.96
Hex51221F03A3E4442d16
Octal12142370727610445526
Binary1010001100010111110111010111110100010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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