Shades of Burnt Crimson #5B1B1E
Tints of Burnt Crimson #5B1B1E
RGB
CMYK
RGB Variations
Color information
#5B1B1E (or 0x5B1B1E) is known color: Burnt Crimson. HEX triplet: 5B, 1B and 1E. RGB value is (91,27,30). Sum of RGB (Red+Green+Blue) = 91+27+30=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B1E is #A4E4E1. Grayscale: #2E2E2E. Windows color (decimal): -10806498 or 1973083. OLE color: 1973083.
HSL color Cylindrical-coordinate representation of color #5B1B1E: hue angle of 357.19º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B1E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 30 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.64 |
| HSL | 357.19º | 0.54% | 0.23% | - |
| HSV(B) | 357.19º | 0.7% | 0.36% | - |
| XYZ | 4.94 | 3.1 | 1.57 | - |
| YUV | 46.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 30 | 0 | 0.70 | 0.67 | 0.64 | 357.19 | 0.54 | 0.23 |
| Hex | 5B | 1B | 1E | 0 | 46 | 43 | 40 | 165 | 36 | 17 |
| Octal | 133 | 33 | 36 | 0 | 106 | 103 | 100 | 545 | 66 | 27 |
| Binary | 1011011 | 11011 | 11110 | 0 | 1000110 | 1000011 | 1000000 | 101100101 | 110110 | 10111 |
Color Harmonies of #5B1B1E
Complementary color
Monochromatic Colors of #5B1B1E
Black with #5B1B1E
Text Example
Text Example
White with #5B1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B1E; }
p { color: rgb(91,27,30); }
H1.HeaderClassName
{
color: #5B1B1E;
}
.AnyTagClassName
{
color: #5B1B1E;
}
</style>
background-color css
<style>
a { background-color: #5B1B1E; }
a { background-color: rgb(91,27,30); }
div.DivClassName
{
background-color: #5B1B1E;
}
.BgClassName
{
background-color: #5B1B1E;
}
</style>
border-color css
<style>
span { border-color: #5B1B1E; }
span { border-color: rgb(91,27,30); }
td.TdClassName
{
border-color: #5B1B1E;
}
.TagClassName
{
border-color: #5B1B1E;
}
</style>