Shades of Burnt Crimson #531519
Tints of Burnt Crimson #531519
RGB
CMYK
RGB Variations
Color information
#531519 (or 0x531519) is known color: Burnt Crimson. HEX triplet: 53, 15 and 19. RGB value is (83,21,25). Sum of RGB (Red+Green+Blue) = 83+21+25=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531519 is #ACEAE6. Grayscale: #282828. Windows color (decimal): -11332327 or 1643859. OLE color: 1643859.
HSL color Cylindrical-coordinate representation of color #531519: hue angle of 356.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531519 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 25 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.67 |
| HSL | 356.13º | 0.6% | 0.2% | - |
| HSV(B) | 356.13º | 0.75% | 0.33% | - |
| XYZ | 4.01 | 2.45 | 1.18 | - |
| YUV | 39.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 25 | 0 | 0.75 | 0.70 | 0.67 | 356.13 | 0.6 | 0.2 |
| Hex | 53 | 15 | 19 | 0 | 4B | 46 | 43 | 164 | 3C | 14 |
| Octal | 123 | 25 | 31 | 0 | 113 | 106 | 103 | 544 | 74 | 24 |
| Binary | 1010011 | 10101 | 11001 | 0 | 1001011 | 1000110 | 1000011 | 101100100 | 111100 | 10100 |
Color Harmonies of #531519
Complementary color
Monochromatic Colors of #531519
Black with #531519
Text Example
Text Example
White with #531519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531519; }
p { color: rgb(83,21,25); }
H1.HeaderClassName
{
color: #531519;
}
.AnyTagClassName
{
color: #531519;
}
</style>
background-color css
<style>
a { background-color: #531519; }
a { background-color: rgb(83,21,25); }
div.DivClassName
{
background-color: #531519;
}
.BgClassName
{
background-color: #531519;
}
</style>
border-color css
<style>
span { border-color: #531519; }
span { border-color: rgb(83,21,25); }
td.TdClassName
{
border-color: #531519;
}
.TagClassName
{
border-color: #531519;
}
</style>