#5B1E08

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

Shades of Caput Mortuum #5B1E08

Tints of Caput Mortuum #5B1E08

Color information

#5B1E08 (or 0x5B1E08) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 1E and 08. RGB value is (91,30,8). Sum of RGB (Red+Green+Blue) = 91+30+8=129 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70.54% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1E08 is #A4E1F7. Grayscale: #2D2D2D. Windows color (decimal): -10805752 or 532059. OLE color: 532059.

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

Color convert

RGB91308-
CMYK00.670.910.64
HSL15.9º83.84%19.41%-
HSV(B)15.9º91.21%35.69%-
XYZ4.823.170.59-
YUV45.73106.71160.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 70.54%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=70.54%
G=23.26%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9130800.670.910.6415.983.8419.41
Hex5B1E80435B40105413
Octal133361001031331002012423
Binary1011011111101000010000111011011100000010000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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