Shades of Burnt Crimson #5B2628
Tints of Burnt Crimson #5B2628
RGB
CMYK
RGB Variations
Color information
#5B2628 (or 0x5B2628) is known color: Burnt Crimson. HEX triplet: 5B, 26 and 28. RGB value is (91,38,40). Sum of RGB (Red+Green+Blue) = 91+38+40=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2628 is #A4D9D7. Grayscale: #363636. Windows color (decimal): -10803672 or 2631259. OLE color: 2631259.
HSL color Cylindrical-coordinate representation of color #5B2628: hue angle of 357.74º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2628 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 40 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.64 |
| HSL | 357.74º | 0.41% | 0.25% | - |
| HSV(B) | 357.74º | 0.58% | 0.36% | - |
| XYZ | 5.39 | 3.76 | 2.45 | - |
| YUV | 54.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 40 | 0 | 0.58 | 0.56 | 0.64 | 357.74 | 0.41 | 0.25 |
| Hex | 5B | 26 | 28 | 0 | 3A | 38 | 40 | 166 | 29 | 19 |
| Octal | 133 | 46 | 50 | 0 | 72 | 70 | 100 | 546 | 51 | 31 |
| Binary | 1011011 | 100110 | 101000 | 0 | 111010 | 111000 | 1000000 | 101100110 | 101001 | 11001 |
Color Harmonies of #5B2628
Complementary color
Monochromatic Colors of #5B2628
Black with #5B2628
Text Example
Text Example
White with #5B2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2628; }
p { color: rgb(91,38,40); }
H1.HeaderClassName
{
color: #5B2628;
}
.AnyTagClassName
{
color: #5B2628;
}
</style>
background-color css
<style>
a { background-color: #5B2628; }
a { background-color: rgb(91,38,40); }
div.DivClassName
{
background-color: #5B2628;
}
.BgClassName
{
background-color: #5B2628;
}
</style>
border-color css
<style>
span { border-color: #5B2628; }
span { border-color: rgb(91,38,40); }
td.TdClassName
{
border-color: #5B2628;
}
.TagClassName
{
border-color: #5B2628;
}
</style>