#5B1E10

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

Shades of Caput Mortuum #5B1E10

Tints of Caput Mortuum #5B1E10

Color information

#5B1E10 (or 0x5B1E10) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 1E and 10. RGB value is (91,30,16). Sum of RGB (Red+Green+Blue) = 91+30+16=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1E10 is #A4E1EF. Grayscale: #2E2E2E. Windows color (decimal): -10805744 or 1056347. OLE color: 1056347.

HSL color Cylindrical-coordinate representation of color #5B1E10: hue angle of 11.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1E10 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB913016-
CMYK00.670.820.64
HSL11.2º70.09%20.98%-
HSV(B)11.2º82.42%35.69%-
XYZ4.873.190.85-
YUV46.64110.71159.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.42%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=66.42%
G=21.90%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91301600.670.820.6411.270.0920.98
Hex5B1E100435240b4615
Octal133362001031221001310625
Binary1011011111101000001000011101001010000001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,16); }

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

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

 a { background-color: rgb(91,30,16); }

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

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

 span { border-color: rgb(91,30,16); }

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