Shades of Burnt Crimson #5B2023
Tints of Burnt Crimson #5B2023
RGB
CMYK
RGB Variations
Color information
#5B2023 (or 0x5B2023) is known color: Burnt Crimson. HEX triplet: 5B, 20 and 23. RGB value is (91,32,35). Sum of RGB (Red+Green+Blue) = 91+32+35=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2023 is #A4DFDC. Grayscale: #323232. Windows color (decimal): -10805213 or 2302043. OLE color: 2302043.
HSL color Cylindrical-coordinate representation of color #5B2023: hue angle of 356.95º 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 #5B2023 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 35 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.64 |
| HSL | 356.95º | 0.48% | 0.24% | - |
| HSV(B) | 356.95º | 0.65% | 0.36% | - |
| XYZ | 5.13 | 3.38 | 1.97 | - |
| YUV | 49.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 35 | 0 | 0.65 | 0.62 | 0.64 | 356.95 | 0.48 | 0.24 |
| Hex | 5B | 20 | 23 | 0 | 41 | 3E | 40 | 165 | 30 | 18 |
| Octal | 133 | 40 | 43 | 0 | 101 | 76 | 100 | 545 | 60 | 30 |
| Binary | 1011011 | 100000 | 100011 | 0 | 1000001 | 111110 | 1000000 | 101100101 | 110000 | 11000 |
Color Harmonies of #5B2023
Complementary color
Monochromatic Colors of #5B2023
Black with #5B2023
Text Example
Text Example
White with #5B2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2023; }
p { color: rgb(91,32,35); }
H1.HeaderClassName
{
color: #5B2023;
}
.AnyTagClassName
{
color: #5B2023;
}
</style>
background-color css
<style>
a { background-color: #5B2023; }
a { background-color: rgb(91,32,35); }
div.DivClassName
{
background-color: #5B2023;
}
.BgClassName
{
background-color: #5B2023;
}
</style>
border-color css
<style>
span { border-color: #5B2023; }
span { border-color: rgb(91,32,35); }
td.TdClassName
{
border-color: #5B2023;
}
.TagClassName
{
border-color: #5B2023;
}
</style>