Shades of Burnt Crimson #5B2027
Tints of Burnt Crimson #5B2027
RGB
CMYK
RGB Variations
Color information
#5B2027 (or 0x5B2027) is known color: Burnt Crimson. HEX triplet: 5B, 20 and 27. RGB value is (91,32,39). Sum of RGB (Red+Green+Blue) = 91+32+39=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2027 is #A4DFD8. Grayscale: #323232. Windows color (decimal): -10805209 or 2564187. OLE color: 2564187.
HSL color Cylindrical-coordinate representation of color #5B2027: hue angle of 352.88º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2027 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 39 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.64 |
| HSL | 352.88º | 0.48% | 0.24% | - |
| HSV(B) | 352.88º | 0.65% | 0.36% | - |
| XYZ | 5.2 | 3.4 | 2.3 | - |
| YUV | 50.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 39 | 0 | 0.65 | 0.57 | 0.64 | 352.88 | 0.48 | 0.24 |
| Hex | 5B | 20 | 27 | 0 | 41 | 39 | 40 | 161 | 30 | 18 |
| Octal | 133 | 40 | 47 | 0 | 101 | 71 | 100 | 541 | 60 | 30 |
| Binary | 1011011 | 100000 | 100111 | 0 | 1000001 | 111001 | 1000000 | 101100001 | 110000 | 11000 |
Color Harmonies of #5B2027
Complementary color
Monochromatic Colors of #5B2027
Black with #5B2027
Text Example
Text Example
White with #5B2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2027; }
p { color: rgb(91,32,39); }
H1.HeaderClassName
{
color: #5B2027;
}
.AnyTagClassName
{
color: #5B2027;
}
</style>
background-color css
<style>
a { background-color: #5B2027; }
a { background-color: rgb(91,32,39); }
div.DivClassName
{
background-color: #5B2027;
}
.BgClassName
{
background-color: #5B2027;
}
</style>
border-color css
<style>
span { border-color: #5B2027; }
span { border-color: rgb(91,32,39); }
td.TdClassName
{
border-color: #5B2027;
}
.TagClassName
{
border-color: #5B2027;
}
</style>