Shades of Burnt Crimson #57090B
Tints of Burnt Crimson #57090B
RGB
CMYK
RGB Variations
Color information
#57090B (or 0x57090B) is known color: Burnt Crimson. HEX triplet: 57, 09 and 0B. RGB value is (87,9,11). Sum of RGB (Red+Green+Blue) = 87+9+11=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #57090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57090B is #A8F6F4. Grayscale: #202020. Windows color (decimal): -11073269 or 723287. OLE color: 723287.
HSL color Cylindrical-coordinate representation of color #57090B: hue angle of 358.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57090B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 11 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.66 |
| HSL | 358.46º | 0.81% | 0.19% | - |
| HSV(B) | 358.46º | 0.9% | 0.34% | - |
| XYZ | 4.09 | 2.25 | 0.53 | - |
| YUV | 32.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 11 | 0 | 0.90 | 0.87 | 0.66 | 358.46 | 0.81 | 0.19 |
| Hex | 57 | 9 | B | 0 | 5A | 57 | 42 | 166 | 51 | 13 |
| Octal | 127 | 11 | 13 | 0 | 132 | 127 | 102 | 546 | 121 | 23 |
| Binary | 1010111 | 1001 | 1011 | 0 | 1011010 | 1010111 | 1000010 | 101100110 | 1010001 | 10011 |
Color Harmonies of #57090B
Complementary color
Monochromatic Colors of #57090B
Black with #57090B
Text Example
Text Example
White with #57090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57090B; }
p { color: rgb(87,9,11); }
H1.HeaderClassName
{
color: #57090B;
}
.AnyTagClassName
{
color: #57090B;
}
</style>
background-color css
<style>
a { background-color: #57090B; }
a { background-color: rgb(87,9,11); }
div.DivClassName
{
background-color: #57090B;
}
.BgClassName
{
background-color: #57090B;
}
</style>
border-color css
<style>
span { border-color: #57090B; }
span { border-color: rgb(87,9,11); }
td.TdClassName
{
border-color: #57090B;
}
.TagClassName
{
border-color: #57090B;
}
</style>