#5A1D0A

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

Shades of Caput Mortuum #5A1D0A

Tints of Caput Mortuum #5A1D0A

Color information

#5A1D0A (or 0x5A1D0A) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 1D and 0A. RGB value is (90,29,10). Sum of RGB (Red+Green+Blue) = 90+29+10=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1D0A is #A5E2F5. Grayscale: #2D2D2D. Windows color (decimal): -10871542 or 662874. OLE color: 662874.

HSL color Cylindrical-coordinate representation of color #5A1D0A: hue angle of 14.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1D0A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB902910-
CMYK00.680.890.65
HSL14.25º80%19.61%-
HSV(B)14.25º88.89%35.29%-
XYZ4.713.070.63-
YUV45.07108.21160.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.77%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=69.77%
G=22.48%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90291000.680.890.6514.258019.61
Hex5A1DA0445941e5014
Octal132351201041311011612024
Binary101101011101101001000100101100110000011110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,29,10); }

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

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

 a { background-color: rgb(90,29,10); }

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

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

 span { border-color: rgb(90,29,10); }

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