Shades of Burnt Crimson #5B1B1D
Tints of Burnt Crimson #5B1B1D
RGB
CMYK
RGB Variations
Color information
#5B1B1D (or 0x5B1B1D) is known color: Burnt Crimson. HEX triplet: 5B, 1B and 1D. RGB value is (91,27,29). Sum of RGB (Red+Green+Blue) = 91+27+29=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B1D is #A4E4E2. Grayscale: #2E2E2E. Windows color (decimal): -10806499 or 1907547. OLE color: 1907547.
HSL color Cylindrical-coordinate representation of color #5B1B1D: hue angle of 358.12º 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 #5B1B1D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 29 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.64 |
| HSL | 358.13º | 0.54% | 0.23% | - |
| HSV(B) | 358.13º | 0.7% | 0.36% | - |
| XYZ | 4.93 | 3.1 | 1.5 | - |
| YUV | 46.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 29 | 0 | 0.70 | 0.68 | 0.64 | 358.13 | 0.54 | 0.23 |
| Hex | 5B | 1B | 1D | 0 | 46 | 44 | 40 | 166 | 36 | 17 |
| Octal | 133 | 33 | 35 | 0 | 106 | 104 | 100 | 546 | 66 | 27 |
| Binary | 1011011 | 11011 | 11101 | 0 | 1000110 | 1000100 | 1000000 | 101100110 | 110110 | 10111 |
Color Harmonies of #5B1B1D
Complementary color
Monochromatic Colors of #5B1B1D
Black with #5B1B1D
Text Example
Text Example
White with #5B1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B1D; }
p { color: rgb(91,27,29); }
H1.HeaderClassName
{
color: #5B1B1D;
}
.AnyTagClassName
{
color: #5B1B1D;
}
</style>
background-color css
<style>
a { background-color: #5B1B1D; }
a { background-color: rgb(91,27,29); }
div.DivClassName
{
background-color: #5B1B1D;
}
.BgClassName
{
background-color: #5B1B1D;
}
</style>
border-color css
<style>
span { border-color: #5B1B1D; }
span { border-color: rgb(91,27,29); }
td.TdClassName
{
border-color: #5B1B1D;
}
.TagClassName
{
border-color: #5B1B1D;
}
</style>