#512625

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

Shades of Caput Mortuum #512625

Tints of Caput Mortuum #512625

Color information

#512625 (or 0x512625) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 25. RGB value is (81,38,37). Sum of RGB (Red+Green+Blue) = 81+38+37=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #512625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512625 is #AED9DA. Grayscale: #323232. Windows color (decimal): -11459035 or 2434641. OLE color: 2434641.

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

Color convert

RGB813837-
CMYK00.530.540.68
HSL1.36º37.29%23.14%-
HSV(B)1.36º54.32%31.76%-
XYZ4.423.272.15-
YUV50.74120.25149.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=51.92%
G=24.36%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81383700.530.540.681.3637.2923.14
Hex512625035364412517
Octal12146450656610414527
Binary101000110011010010101101011101101000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512625; }

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

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

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

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

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

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

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

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