#5A261B

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

Shades of Caput Mortuum #5A261B

Tints of Caput Mortuum #5A261B

Color information

#5A261B (or 0x5A261B) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 26 and 1B. RGB value is (90,38,27). Sum of RGB (Red+Green+Blue) = 90+38+27=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A261B is #A5D9E4. Grayscale: #343434. Windows color (decimal): -10869221 or 1779290. OLE color: 1779290.

HSL color Cylindrical-coordinate representation of color #5A261B: hue angle of 10.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A261B is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB903827-
CMYK00.580.700.65
HSL10.48º53.85%22.94%-
HSV(B)10.48º70%35.29%-
XYZ5.113.641.47-
YUV52.29113.73154.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=58.06%
G=24.52%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90382700.580.700.6510.4853.8522.94
Hex5A261B03A4641a3617
Octal1324633072106101126627
Binary101101010011011011011101010001101000001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,27); }

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

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

 a { background-color: rgb(90,38,27); }

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

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

 span { border-color: rgb(90,38,27); }

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