#5B1A04

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

Shades of Caput Mortuum #5B1A04

Tints of Caput Mortuum #5B1A04

Color information

#5B1A04 (or 0x5B1A04) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 1A and 04. RGB value is (91,26,4). Sum of RGB (Red+Green+Blue) = 91+26+4=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1A04 is #A4E5FB. Grayscale: #2B2B2B. Windows color (decimal): -10806780 or 268891. OLE color: 268891.

HSL color Cylindrical-coordinate representation of color #5B1A04: hue angle of 15.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B1A04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB91264-
CMYK00.710.960.64
HSL15.17º91.58%18.63%-
HSV(B)15.17º95.6%35.69%-
XYZ4.712.970.44-
YUV42.93106.03162.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 75.21%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=75.21%
G=21.49%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9126400.710.960.6415.1791.5818.63
Hex5B1A40476040f5c13
Octal13332401071401001713423
Binary10110111101010001000111110000010000001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,26,4); }

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

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

 a { background-color: rgb(91,26,4); }

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

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

 span { border-color: rgb(91,26,4); }

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