#512213

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

Shades of Caput Mortuum #512213

Tints of Caput Mortuum #512213

Color information

#512213 (or 0x512213) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 13. RGB value is (81,34,19). Sum of RGB (Red+Green+Blue) = 81+34+19=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512213 is #AEDDEC. Grayscale: #2E2E2E. Windows color (decimal): -11460077 or 1253969. OLE color: 1253969.

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

Color convert

RGB813419-
CMYK00.580.770.68
HSL14.52º62%19.61%-
HSV(B)14.52º76.54%31.76%-
XYZ4.082.940.97-
YUV46.34112.57152.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=60.45%
G=25.37%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81341900.580.770.6814.526219.61
Hex51221303A4D44f3e14
Octal1214223072115104177624
Binary101000110001010011011101010011011000100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512213; }

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

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

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

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

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

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

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

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