Shades of Burnt Crimson #5B1C23
Tints of Burnt Crimson #5B1C23
RGB
CMYK
RGB Variations
Color information
#5B1C23 (or 0x5B1C23) is known color: Burnt Crimson. HEX triplet: 5B, 1C and 23. RGB value is (91,28,35). Sum of RGB (Red+Green+Blue) = 91+28+35=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C23 is #A4E3DC. Grayscale: #2F2F2F. Windows color (decimal): -10806237 or 2301019. OLE color: 2301019.
HSL color Cylindrical-coordinate representation of color #5B1C23: hue angle of 353.33º 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 #5B1C23 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 35 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.64 |
| HSL | 353.33º | 0.53% | 0.23% | - |
| HSV(B) | 353.33º | 0.69% | 0.36% | - |
| XYZ | 5.03 | 3.18 | 1.94 | - |
| YUV | 47.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 35 | 0 | 0.69 | 0.62 | 0.64 | 353.33 | 0.53 | 0.23 |
| Hex | 5B | 1C | 23 | 0 | 45 | 3E | 40 | 161 | 35 | 17 |
| Octal | 133 | 34 | 43 | 0 | 105 | 76 | 100 | 541 | 65 | 27 |
| Binary | 1011011 | 11100 | 100011 | 0 | 1000101 | 111110 | 1000000 | 101100001 | 110101 | 10111 |
Color Harmonies of #5B1C23
Complementary color
Monochromatic Colors of #5B1C23
Black with #5B1C23
Text Example
Text Example
White with #5B1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C23; }
p { color: rgb(91,28,35); }
H1.HeaderClassName
{
color: #5B1C23;
}
.AnyTagClassName
{
color: #5B1C23;
}
</style>
background-color css
<style>
a { background-color: #5B1C23; }
a { background-color: rgb(91,28,35); }
div.DivClassName
{
background-color: #5B1C23;
}
.BgClassName
{
background-color: #5B1C23;
}
</style>
border-color css
<style>
span { border-color: #5B1C23; }
span { border-color: rgb(91,28,35); }
td.TdClassName
{
border-color: #5B1C23;
}
.TagClassName
{
border-color: #5B1C23;
}
</style>