Shades of Burnt Crimson #5B171F
Tints of Burnt Crimson #5B171F
RGB
CMYK
RGB Variations
Color information
#5B171F (or 0x5B171F) is known color: Burnt Crimson. HEX triplet: 5B, 17 and 1F. RGB value is (91,23,31). Sum of RGB (Red+Green+Blue) = 91+23+31=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B171F is #A4E8E0. Grayscale: #2C2C2C. Windows color (decimal): -10807521 or 2037595. OLE color: 2037595.
HSL color Cylindrical-coordinate representation of color #5B171F: hue angle of 352.94º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B171F is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 31 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.64 |
| HSL | 352.94º | 0.6% | 0.22% | - |
| HSV(B) | 352.94º | 0.75% | 0.36% | - |
| XYZ | 4.87 | 2.94 | 1.61 | - |
| YUV | 44.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 31 | 0 | 0.75 | 0.66 | 0.64 | 352.94 | 0.6 | 0.22 |
| Hex | 5B | 17 | 1F | 0 | 4B | 42 | 40 | 161 | 3C | 16 |
| Octal | 133 | 27 | 37 | 0 | 113 | 102 | 100 | 541 | 74 | 26 |
| Binary | 1011011 | 10111 | 11111 | 0 | 1001011 | 1000010 | 1000000 | 101100001 | 111100 | 10110 |
Color Harmonies of #5B171F
Complementary color
Monochromatic Colors of #5B171F
Black with #5B171F
Text Example
Text Example
White with #5B171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B171F; }
p { color: rgb(91,23,31); }
H1.HeaderClassName
{
color: #5B171F;
}
.AnyTagClassName
{
color: #5B171F;
}
</style>
background-color css
<style>
a { background-color: #5B171F; }
a { background-color: rgb(91,23,31); }
div.DivClassName
{
background-color: #5B171F;
}
.BgClassName
{
background-color: #5B171F;
}
</style>
border-color css
<style>
span { border-color: #5B171F; }
span { border-color: rgb(91,23,31); }
td.TdClassName
{
border-color: #5B171F;
}
.TagClassName
{
border-color: #5B171F;
}
</style>