#5A241A

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

Shades of Caput Mortuum #5A241A

Tints of Caput Mortuum #5A241A

Color information

#5A241A (or 0x5A241A) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 24 and 1A. RGB value is (90,36,26). Sum of RGB (Red+Green+Blue) = 90+36+26=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A241A is #A5DBE5. Grayscale: #333333. Windows color (decimal): -10869734 or 1713242. OLE color: 1713242.

HSL color Cylindrical-coordinate representation of color #5A241A: hue angle of 9.38º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A241A is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB903626-
CMYK00.600.710.65
HSL9.38º55.17%22.75%-
HSV(B)9.38º71.11%35.29%-
XYZ5.033.511.39-
YUV51.01113.89155.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.21%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=59.21%
G=23.68%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90362600.600.710.659.3855.1722.75
Hex5A241A03C474193717
Octal1324432074107101116727
Binary101101010010011010011110010001111000001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,36,26); }

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

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

 a { background-color: rgb(90,36,26); }

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

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

 span { border-color: rgb(90,36,26); }

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