#5B200B

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

Shades of Caput Mortuum #5B200B

Tints of Caput Mortuum #5B200B

Color information

#5B200B (or 0x5B200B) is unknown color: approx Caput Mortuum. HEX triplet: 5B, 20 and 0B. RGB value is (91,32,11). Sum of RGB (Red+Green+Blue) = 91+32+11=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B200B is #A4DFF4. Grayscale: #2F2F2F. Windows color (decimal): -10805237 or 729179. OLE color: 729179.

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

Color convert

RGB913211-
CMYK00.650.880.64
HSL15.75º78.43%20%-
HSV(B)15.75º87.91%35.69%-
XYZ4.893.280.69-
YUV47.25107.55159.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.91%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=67.91%
G=23.88%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91321100.650.880.6415.7578.4320
Hex5B20B0415840104e14
Octal133401301011301002011624
Binary10110111000001011010000011011000100000010000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,32,11); }

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

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

 a { background-color: rgb(91,32,11); }

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

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

 span { border-color: rgb(91,32,11); }

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