Shades of Burnt Crimson #53191B
Tints of Burnt Crimson #53191B
RGB
CMYK
RGB Variations
Color information
#53191B (or 0x53191B) is known color: Burnt Crimson. HEX triplet: 53, 19 and 1B. RGB value is (83,25,27). Sum of RGB (Red+Green+Blue) = 83+25+27=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191B is #ACE6E4. Grayscale: #2A2A2A. Windows color (decimal): -11331301 or 1775955. OLE color: 1775955.
HSL color Cylindrical-coordinate representation of color #53191B: hue angle of 357.93º 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 #53191B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 27 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.67 |
| HSL | 357.93º | 0.54% | 0.21% | - |
| HSV(B) | 357.93º | 0.7% | 0.33% | - |
| XYZ | 4.11 | 2.61 | 1.32 | - |
| YUV | 42.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 27 | 0 | 0.70 | 0.67 | 0.67 | 357.93 | 0.54 | 0.21 |
| Hex | 53 | 19 | 1B | 0 | 46 | 43 | 43 | 166 | 36 | 15 |
| Octal | 123 | 31 | 33 | 0 | 106 | 103 | 103 | 546 | 66 | 25 |
| Binary | 1010011 | 11001 | 11011 | 0 | 1000110 | 1000011 | 1000011 | 101100110 | 110110 | 10101 |
Color Harmonies of #53191B
Complementary color
Monochromatic Colors of #53191B
Black with #53191B
Text Example
Text Example
White with #53191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53191B; }
p { color: rgb(83,25,27); }
H1.HeaderClassName
{
color: #53191B;
}
.AnyTagClassName
{
color: #53191B;
}
</style>
background-color css
<style>
a { background-color: #53191B; }
a { background-color: rgb(83,25,27); }
div.DivClassName
{
background-color: #53191B;
}
.BgClassName
{
background-color: #53191B;
}
</style>
border-color css
<style>
span { border-color: #53191B; }
span { border-color: rgb(83,25,27); }
td.TdClassName
{
border-color: #53191B;
}
.TagClassName
{
border-color: #53191B;
}
</style>