#5B1D0A

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

Shades of Caput Mortuum #5B1D0A

Tints of Caput Mortuum #5B1D0A

Color information

#5B1D0A (or 0x5B1D0A) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 1D and 0A. RGB value is (91,29,10). Sum of RGB (Red+Green+Blue) = 91+29+10=130 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1D0A is #A4E2F5. Grayscale: #2D2D2D. Windows color (decimal): -10806006 or 662875. OLE color: 662875.

HSL color Cylindrical-coordinate representation of color #5B1D0A: hue angle of 14.07º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1D0A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB912910-
CMYK00.680.890.64
HSL14.07º80.2%19.8%-
HSV(B)14.07º89.01%35.69%-
XYZ4.813.120.64-
YUV45.37108.04160.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 70%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=70%
G=22.31%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91291000.680.890.6414.0780.219.8
Hex5B1DA0445940e5014
Octal133351201041311001612024
Binary101101111101101001000100101100110000001110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,29,10); }

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

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

 a { background-color: rgb(91,29,10); }

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

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

 span { border-color: rgb(91,29,10); }

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