Shades of Burnt Crimson #5B1C21
Tints of Burnt Crimson #5B1C21
RGB
CMYK
RGB Variations
Color information
#5B1C21 (or 0x5B1C21) is known color: Burnt Crimson. HEX triplet: 5B, 1C and 21. RGB value is (91,28,33). Sum of RGB (Red+Green+Blue) = 91+28+33=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C21 is #A4E3DE. Grayscale: #2F2F2F. Windows color (decimal): -10806239 or 2169947. OLE color: 2169947.
HSL color Cylindrical-coordinate representation of color #5B1C21: hue angle of 355.24º 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 #5B1C21 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 33 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.64 |
| HSL | 355.24º | 0.53% | 0.23% | - |
| HSV(B) | 355.24º | 0.69% | 0.36% | - |
| XYZ | 5 | 3.16 | 1.79 | - |
| YUV | 47.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 33 | 0 | 0.69 | 0.64 | 0.64 | 355.24 | 0.53 | 0.23 |
| Hex | 5B | 1C | 21 | 0 | 45 | 40 | 40 | 163 | 35 | 17 |
| Octal | 133 | 34 | 41 | 0 | 105 | 100 | 100 | 543 | 65 | 27 |
| Binary | 1011011 | 11100 | 100001 | 0 | 1000101 | 1000000 | 1000000 | 101100011 | 110101 | 10111 |
Color Harmonies of #5B1C21
Complementary color
Monochromatic Colors of #5B1C21
Black with #5B1C21
Text Example
Text Example
White with #5B1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C21; }
p { color: rgb(91,28,33); }
H1.HeaderClassName
{
color: #5B1C21;
}
.AnyTagClassName
{
color: #5B1C21;
}
</style>
background-color css
<style>
a { background-color: #5B1C21; }
a { background-color: rgb(91,28,33); }
div.DivClassName
{
background-color: #5B1C21;
}
.BgClassName
{
background-color: #5B1C21;
}
</style>
border-color css
<style>
span { border-color: #5B1C21; }
span { border-color: rgb(91,28,33); }
td.TdClassName
{
border-color: #5B1C21;
}
.TagClassName
{
border-color: #5B1C21;
}
</style>