Shades of Burnt Crimson #5B2529
Tints of Burnt Crimson #5B2529
RGB
CMYK
RGB Variations
Color information
#5B2529 (or 0x5B2529) is known color: Burnt Crimson. HEX triplet: 5B, 25 and 29. RGB value is (91,37,41). Sum of RGB (Red+Green+Blue) = 91+37+41=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2529 is #A4DAD6. Grayscale: #353535. Windows color (decimal): -10803927 or 2696539. OLE color: 2696539.
HSL color Cylindrical-coordinate representation of color #5B2529: hue angle of 355.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B2529 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 37 | 41 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.64 |
| HSL | 355.56º | 0.42% | 0.25% | - |
| HSV(B) | 355.56º | 0.59% | 0.36% | - |
| XYZ | 5.38 | 3.71 | 2.53 | - |
| YUV | 53.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 41 | 0 | 0.59 | 0.55 | 0.64 | 355.56 | 0.42 | 0.25 |
| Hex | 5B | 25 | 29 | 0 | 3B | 37 | 40 | 164 | 2A | 19 |
| Octal | 133 | 45 | 51 | 0 | 73 | 67 | 100 | 544 | 52 | 31 |
| Binary | 1011011 | 100101 | 101001 | 0 | 111011 | 110111 | 1000000 | 101100100 | 101010 | 11001 |
Color Harmonies of #5B2529
Complementary color
Monochromatic Colors of #5B2529
Black with #5B2529
Text Example
Text Example
White with #5B2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2529; }
p { color: rgb(91,37,41); }
H1.HeaderClassName
{
color: #5B2529;
}
.AnyTagClassName
{
color: #5B2529;
}
</style>
background-color css
<style>
a { background-color: #5B2529; }
a { background-color: rgb(91,37,41); }
div.DivClassName
{
background-color: #5B2529;
}
.BgClassName
{
background-color: #5B2529;
}
</style>
border-color css
<style>
span { border-color: #5B2529; }
span { border-color: rgb(91,37,41); }
td.TdClassName
{
border-color: #5B2529;
}
.TagClassName
{
border-color: #5B2529;
}
</style>