Shades of Burnt Crimson #5B1F27
Tints of Burnt Crimson #5B1F27
RGB
CMYK
RGB Variations
Color information
#5B1F27 (or 0x5B1F27) is known color: Burnt Crimson. HEX triplet: 5B, 1F and 27. RGB value is (91,31,39). Sum of RGB (Red+Green+Blue) = 91+31+39=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F27 is #A4E0D8. Grayscale: #313131. Windows color (decimal): -10805465 or 2563931. OLE color: 2563931.
HSL color Cylindrical-coordinate representation of color #5B1F27: hue angle of 352º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F27 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 39 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.64 |
| HSL | 352º | 0.49% | 0.24% | - |
| HSV(B) | 352º | 0.66% | 0.36% | - |
| XYZ | 5.17 | 3.35 | 2.29 | - |
| YUV | 49.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 39 | 0 | 0.66 | 0.57 | 0.64 | 352 | 0.49 | 0.24 |
| Hex | 5B | 1F | 27 | 0 | 42 | 39 | 40 | 160 | 31 | 18 |
| Octal | 133 | 37 | 47 | 0 | 102 | 71 | 100 | 540 | 61 | 30 |
| Binary | 1011011 | 11111 | 100111 | 0 | 1000010 | 111001 | 1000000 | 101100000 | 110001 | 11000 |
Color Harmonies of #5B1F27
Complementary color
Monochromatic Colors of #5B1F27
Black with #5B1F27
Text Example
Text Example
White with #5B1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F27; }
p { color: rgb(91,31,39); }
H1.HeaderClassName
{
color: #5B1F27;
}
.AnyTagClassName
{
color: #5B1F27;
}
</style>
background-color css
<style>
a { background-color: #5B1F27; }
a { background-color: rgb(91,31,39); }
div.DivClassName
{
background-color: #5B1F27;
}
.BgClassName
{
background-color: #5B1F27;
}
</style>
border-color css
<style>
span { border-color: #5B1F27; }
span { border-color: rgb(91,31,39); }
td.TdClassName
{
border-color: #5B1F27;
}
.TagClassName
{
border-color: #5B1F27;
}
</style>