#5B1A05

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

Shades of Caput Mortuum #5B1A05

Tints of Caput Mortuum #5B1A05

Color information

#5B1A05 (or 0x5B1A05) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 1A and 05. RGB value is (91,26,5). Sum of RGB (Red+Green+Blue) = 91+26+5=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1A05 is #A4E5FA. Grayscale: #2B2B2B. Windows color (decimal): -10806779 or 334427. OLE color: 334427.

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

Color convert

RGB91265-
CMYK00.710.950.64
HSL14.65º89.58%18.82%-
HSV(B)14.65º94.51%35.69%-
XYZ4.712.970.47-
YUV43.04106.53162.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 74.59%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=74.59%
G=21.31%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9126500.710.950.6414.6589.5818.82
Hex5B1A50475F40f5a13
Octal13332501071371001713223
Binary10110111101010101000111101111110000001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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