#5D291D

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

Shades of Caput Mortuum #5D291D

Tints of Caput Mortuum #5D291D

Color information

#5D291D (or 0x5D291D) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 29 and 1D. RGB value is (93,41,29). Sum of RGB (Red+Green+Blue) = 93+41+29=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D291D is #A2D6E2. Grayscale: #373737. Windows color (decimal): -10671843 or 1911133. OLE color: 1911133.

HSL color Cylindrical-coordinate representation of color #5D291D: hue angle of 11.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D291D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB934129-
CMYK00.560.690.64
HSL11.25º52.46%23.92%-
HSV(B)11.25º68.82%36.47%-
XYZ5.5341.64-
YUV55.18113.23154.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 57.06%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=57.06%
G=25.15%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93412900.560.690.6411.2552.4623.92
Hex5D291D0384540b3418
Octal1355135070105100136430
Binary101110110100111101011100010001011000000101111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D291D; }

 p { color: rgb(93,41,29); }

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

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

 a { background-color: rgb(93,41,29); }

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

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

 span { border-color: rgb(93,41,29); }

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