#5d1c08

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

Shades of Caput Mortuum #5D1C08

Tints of Caput Mortuum #5D1C08

Color information

#5D1C08 (or 0x5D1C08) is unknown color: approx Caput Mortuum. HEX triplet: 5D, 1C and 08. RGB value is (93,28,8). Sum of RGB (Red+Green+Blue) = 93+28+8=129 (17% of max value = 765). Red value is 93 (36.72% from 255 or 72.09% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1C08 is #A2E3F7. Grayscale: #2D2D2D. Windows color (decimal): -10675192 or 531549. OLE color: 531549.

HSL color Cylindrical-coordinate representation of color #5D1C08: hue angle of 14.12º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D1C08 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB93288-
CMYK00.700.910.64
HSL14.12º84.16%19.8%-
HSV(B)14.12º91.4%36.47%-
XYZ4.973.180.58-
YUV45.15107.03162.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 72.09%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=72.09%
G=21.71%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9328800.700.910.6414.1284.1619.8
Hex5D1C80465B40e5414
Octal135341001061331001612424
Binary101110111100100001000110101101110000001110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d1c08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,28,8); }

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

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

 a { background-color: rgb(93,28,8); }

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

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

 span { border-color: rgb(93,28,8); }

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