Shades of Burnt Crimson #5B1C1F
Tints of Burnt Crimson #5B1C1F
RGB
CMYK
RGB Variations
Color information
#5B1C1F (or 0x5B1C1F) is known color: Burnt Crimson. HEX triplet: 5B, 1C and 1F. RGB value is (91,28,31). Sum of RGB (Red+Green+Blue) = 91+28+31=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C1F is #A4E3E0. Grayscale: #2F2F2F. Windows color (decimal): -10806241 or 2038875. OLE color: 2038875.
HSL color Cylindrical-coordinate representation of color #5B1C1F: hue angle of 357.14º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C1F is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 31 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.64 |
| HSL | 357.14º | 0.53% | 0.23% | - |
| HSV(B) | 357.14º | 0.69% | 0.36% | - |
| XYZ | 4.98 | 3.15 | 1.64 | - |
| YUV | 47.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 31 | 0 | 0.69 | 0.66 | 0.64 | 357.14 | 0.53 | 0.23 |
| Hex | 5B | 1C | 1F | 0 | 45 | 42 | 40 | 165 | 35 | 17 |
| Octal | 133 | 34 | 37 | 0 | 105 | 102 | 100 | 545 | 65 | 27 |
| Binary | 1011011 | 11100 | 11111 | 0 | 1000101 | 1000010 | 1000000 | 101100101 | 110101 | 10111 |
Color Harmonies of #5B1C1F
Complementary color
Monochromatic Colors of #5B1C1F
Black with #5B1C1F
Text Example
Text Example
White with #5B1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C1F; }
p { color: rgb(91,28,31); }
H1.HeaderClassName
{
color: #5B1C1F;
}
.AnyTagClassName
{
color: #5B1C1F;
}
</style>
background-color css
<style>
a { background-color: #5B1C1F; }
a { background-color: rgb(91,28,31); }
div.DivClassName
{
background-color: #5B1C1F;
}
.BgClassName
{
background-color: #5B1C1F;
}
</style>
border-color css
<style>
span { border-color: #5B1C1F; }
span { border-color: rgb(91,28,31); }
td.TdClassName
{
border-color: #5B1C1F;
}
.TagClassName
{
border-color: #5B1C1F;
}
</style>