#512321

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

Shades of Caput Mortuum #512321

Tints of Caput Mortuum #512321

Color information

#512321 (or 0x512321) is unknown color: approx Caput Mortuum. HEX triplet: 51, 23 and 21. RGB value is (81,35,33). Sum of RGB (Red+Green+Blue) = 81+35+33=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #512321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512321 is #AEDCDE. Grayscale: #303030. Windows color (decimal): -11459807 or 2171729. OLE color: 2171729.

HSL color Cylindrical-coordinate representation of color #512321: hue angle of 2.5º 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 #512321 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB813533-
CMYK00.570.590.68
HSL2.5º42.11%22.35%-
HSV(B)2.5º59.26%31.76%-
XYZ4.273.061.8-
YUV48.53119.24151.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=54.36%
G=23.49%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81353300.570.590.682.542.1122.35
Hex5123210393B4432a16
Octal12143410717310435226
Binary1010001100011100001011100111101110001001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512321; }

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

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

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

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

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

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

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

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