Shades of Burnt Crimson #5B1619
Tints of Burnt Crimson #5B1619
RGB
CMYK
RGB Variations
Color information
#5B1619 (or 0x5B1619) is known color: Burnt Crimson. HEX triplet: 5B, 16 and 19. RGB value is (91,22,25). Sum of RGB (Red+Green+Blue) = 91+22+25=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1619 is #A4E9E6. Grayscale: #2B2B2B. Windows color (decimal): -10807783 or 1644123. OLE color: 1644123.
HSL color Cylindrical-coordinate representation of color #5B1619: hue angle of 357.39º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1619 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 25 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.64 |
| HSL | 357.39º | 0.61% | 0.22% | - |
| HSV(B) | 357.39º | 0.76% | 0.36% | - |
| XYZ | 4.78 | 2.87 | 1.22 | - |
| YUV | 42.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 25 | 0 | 0.76 | 0.73 | 0.64 | 357.39 | 0.61 | 0.22 |
| Hex | 5B | 16 | 19 | 0 | 4C | 49 | 40 | 165 | 3D | 16 |
| Octal | 133 | 26 | 31 | 0 | 114 | 111 | 100 | 545 | 75 | 26 |
| Binary | 1011011 | 10110 | 11001 | 0 | 1001100 | 1001001 | 1000000 | 101100101 | 111101 | 10110 |
Color Harmonies of #5B1619
Complementary color
Monochromatic Colors of #5B1619
Black with #5B1619
Text Example
Text Example
White with #5B1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1619; }
p { color: rgb(91,22,25); }
H1.HeaderClassName
{
color: #5B1619;
}
.AnyTagClassName
{
color: #5B1619;
}
</style>
background-color css
<style>
a { background-color: #5B1619; }
a { background-color: rgb(91,22,25); }
div.DivClassName
{
background-color: #5B1619;
}
.BgClassName
{
background-color: #5B1619;
}
</style>
border-color css
<style>
span { border-color: #5B1619; }
span { border-color: rgb(91,22,25); }
td.TdClassName
{
border-color: #5B1619;
}
.TagClassName
{
border-color: #5B1619;
}
</style>