#51221C

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

Shades of Caput Mortuum #51221C

Tints of Caput Mortuum #51221C

Color information

#51221C (or 0x51221C) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 1C. RGB value is (81,34,28). Sum of RGB (Red+Green+Blue) = 81+34+28=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51221C is #AEDDE3. Grayscale: #2F2F2F. Windows color (decimal): -11460068 or 1843793. OLE color: 1843793.

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

Color convert

RGB813428-
CMYK00.580.650.68
HSL6.79º48.62%21.37%-
HSV(B)6.79º65.43%31.76%-
XYZ4.172.981.45-
YUV47.37117.07151.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=56.64%
G=23.78%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81342800.580.650.686.7948.6221.37
Hex51221C03A414473115
Octal121423407210110476125
Binary10100011000101110001110101000001100010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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