#5B1B04

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

Shades of Caput Mortuum #5B1B04

Tints of Caput Mortuum #5B1B04

Color information

#5B1B04 (or 0x5B1B04) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 1B and 04. RGB value is (91,27,4). Sum of RGB (Red+Green+Blue) = 91+27+4=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1B04 is #A4E4FB. Grayscale: #2B2B2B. Windows color (decimal): -10806524 or 269147. OLE color: 269147.

HSL color Cylindrical-coordinate representation of color #5B1B04: hue angle of 15.86º 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 #5B1B04 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB91274-
CMYK00.700.960.64
HSL15.86º91.58%18.63%-
HSV(B)15.86º95.6%35.69%-
XYZ4.733.020.45-
YUV43.51105.7161.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 74.59%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=74.59%
G=22.13%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9127400.700.960.6415.8691.5818.63
Hex5B1B40466040105c13
Octal13333401061401002013423
Binary101101111011100010001101100000100000010000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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