#5A241E

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

Shades of Caput Mortuum #5A241E

Tints of Caput Mortuum #5A241E

Color information

#5A241E (or 0x5A241E) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 24 and 1E. RGB value is (90,36,30). Sum of RGB (Red+Green+Blue) = 90+36+30=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A241E is #A5DBE1. Grayscale: #333333. Windows color (decimal): -10869730 or 1975386. OLE color: 1975386.

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

Color convert

RGB903630-
CMYK00.600.670.65
HSL50%23.53%-
HSV(B)66.67%35.29%-
XYZ5.083.531.64-
YUV51.46115.89155.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=57.69%
G=23.08%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90363000.600.670.6565023.53
Hex5A241E03C434163218
Octal132443607410310166230
Binary10110101001001111001111001000011100000111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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