#512421

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

Shades of Caput Mortuum #512421

Tints of Caput Mortuum #512421

Color information

#512421 (or 0x512421) is unknown color: approx Caput Mortuum. HEX triplet: 51, 24 and 21. RGB value is (81,36,33). Sum of RGB (Red+Green+Blue) = 81+36+33=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512421 is #AEDBDE. Grayscale: #313131. Windows color (decimal): -11459551 or 2171985. OLE color: 2171985.

HSL color Cylindrical-coordinate representation of color #512421: hue angle of 3.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512421 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB813633-
CMYK00.560.590.68
HSL3.75º42.11%22.35%-
HSV(B)3.75º59.26%31.76%-
XYZ4.33.121.81-
YUV49.11118.91150.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 33 (13.28% from 255) = 22%
R=54%
G=24%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81363300.560.590.683.7542.1122.35
Hex5124210383B4442a16
Octal12144410707310445226
Binary10100011001001000010111000111011100010010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512421; }

 p { color: rgb(81,36,33); }

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

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

 a { background-color: rgb(81,36,33); }

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

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

 span { border-color: rgb(81,36,33); }

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