#5B2115

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

Shades of Caput Mortuum #5B2115

Tints of Caput Mortuum #5B2115

Color information

#5B2115 (or 0x5B2115) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 21 and 15. RGB value is (91,33,21). Sum of RGB (Red+Green+Blue) = 91+33+21=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2115 is #A4DEEA. Grayscale: #313131. Windows color (decimal): -10804971 or 1384795. OLE color: 1384795.

HSL color Cylindrical-coordinate representation of color #5B2115: hue angle of 10.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2115 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB913321-
CMYK00.640.770.64
HSL10.29º62.5%21.96%-
HSV(B)10.29º76.92%35.69%-
XYZ4.993.371.1-
YUV48.97112.22157.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 62.76%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=62.76%
G=22.76%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91332100.640.770.6410.2962.521.96
Hex5B21150404D40a3e16
Octal13341250100115100127626
Binary1011011100001101010100000010011011000000101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,21); }

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

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

 a { background-color: rgb(91,33,21); }

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

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

 span { border-color: rgb(91,33,21); }

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