#512322

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

Shades of Caput Mortuum #512322

Tints of Caput Mortuum #512322

Color information

#512322 (or 0x512322) is unknown color: approx Caput Mortuum. HEX triplet: 51, 23 and 22. RGB value is (81,35,34). Sum of RGB (Red+Green+Blue) = 81+35+34=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512322 is #AEDCDD. Grayscale: #303030. Windows color (decimal): -11459806 or 2237265. OLE color: 2237265.

HSL color Cylindrical-coordinate representation of color #512322: hue angle of 1.28º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512322 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB813534-
CMYK00.570.580.68
HSL1.28º40.87%22.55%-
HSV(B)1.28º58.02%31.76%-
XYZ4.283.071.88-
YUV48.64119.74151.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=54%
G=23.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81353400.570.580.681.2840.8722.55
Hex5123220393A4412917
Octal12143420717210415127
Binary101000110001110001001110011110101000100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512322; }

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

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

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

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

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

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

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

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