#512623

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

Shades of Caput Mortuum #512623

Tints of Caput Mortuum #512623

Color information

#512623 (or 0x512623) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 23. RGB value is (81,38,35). Sum of RGB (Red+Green+Blue) = 81+38+35=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512623 is #AED9DC. Grayscale: #323232. Windows color (decimal): -11459037 or 2303569. OLE color: 2303569.

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

Color convert

RGB813835-
CMYK00.530.570.68
HSL3.91º39.66%22.75%-
HSV(B)3.91º56.79%31.76%-
XYZ4.393.261.99-
YUV50.51119.25149.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=52.60%
G=24.68%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81383500.530.570.683.9139.6622.75
Hex512623035394442817
Octal12146430657110445027
Binary10100011001101000110110101111001100010010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512623; }

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

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

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

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

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

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

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

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