#512626

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

Shades of Caput Mortuum #512626

Tints of Caput Mortuum #512626

Color information

#512626 (or 0x512626) is unknown color: approx Caput Mortuum. HEX triplet: 51, 26 and 26. RGB value is (81,38,38). Sum of RGB (Red+Green+Blue) = 81+38+38=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #512626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512626 is #AED9D9. Grayscale: #323232. Windows color (decimal): -11459034 or 2500177. OLE color: 2500177.

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

Color convert

RGB813838-
CMYK00.530.530.68
HSL36.13%23.33%-
HSV(B)53.09%31.76%-
XYZ4.443.282.23-
YUV50.86120.75149.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=51.59%
G=24.20%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81383800.530.530.68036.1323.33
Hex512626035354402417
Octal12146460656510404427
Binary101000110011010011001101011101011000100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512626; }

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

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

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

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

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

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

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

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