Shades of Burnt Crimson #53191E
Tints of Burnt Crimson #53191E
RGB
CMYK
RGB Variations
Color information
#53191E (or 0x53191E) is known color: Burnt Crimson. HEX triplet: 53, 19 and 1E. RGB value is (83,25,30). Sum of RGB (Red+Green+Blue) = 83+25+30=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #53191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191E is #ACE6E1. Grayscale: #2A2A2A. Windows color (decimal): -11331298 or 1972563. OLE color: 1972563.
HSL color Cylindrical-coordinate representation of color #53191E: hue angle of 354.83º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53191E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 30 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.67 |
| HSL | 354.83º | 0.54% | 0.21% | - |
| HSV(B) | 354.83º | 0.7% | 0.33% | - |
| XYZ | 4.15 | 2.63 | 1.52 | - |
| YUV | 42.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 30 | 0 | 0.70 | 0.64 | 0.67 | 354.83 | 0.54 | 0.21 |
| Hex | 53 | 19 | 1E | 0 | 46 | 40 | 43 | 163 | 36 | 15 |
| Octal | 123 | 31 | 36 | 0 | 106 | 100 | 103 | 543 | 66 | 25 |
| Binary | 1010011 | 11001 | 11110 | 0 | 1000110 | 1000000 | 1000011 | 101100011 | 110110 | 10101 |
Color Harmonies of #53191E
Complementary color
Monochromatic Colors of #53191E
Black with #53191E
Text Example
Text Example
White with #53191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53191E; }
p { color: rgb(83,25,30); }
H1.HeaderClassName
{
color: #53191E;
}
.AnyTagClassName
{
color: #53191E;
}
</style>
background-color css
<style>
a { background-color: #53191E; }
a { background-color: rgb(83,25,30); }
div.DivClassName
{
background-color: #53191E;
}
.BgClassName
{
background-color: #53191E;
}
</style>
border-color css
<style>
span { border-color: #53191E; }
span { border-color: rgb(83,25,30); }
td.TdClassName
{
border-color: #53191E;
}
.TagClassName
{
border-color: #53191E;
}
</style>