Shades of Burnt Crimson #531011
Tints of Burnt Crimson #531011
RGB
CMYK
RGB Variations
Color information
#531011 (or 0x531011) is known color: Burnt Crimson. HEX triplet: 53, 10 and 11. RGB value is (83,16,17). Sum of RGB (Red+Green+Blue) = 83+16+17=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #531011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531011 is #ACEFEE. Grayscale: #242424. Windows color (decimal): -11333615 or 1118291. OLE color: 1118291.
HSL color Cylindrical-coordinate representation of color #531011: hue angle of 359.1º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531011 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 17 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.67 |
| HSL | 359.1º | 0.68% | 0.19% | - |
| HSV(B) | 359.1º | 0.81% | 0.33% | - |
| XYZ | 3.85 | 2.25 | 0.76 | - |
| YUV | 36.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 17 | 0 | 0.81 | 0.80 | 0.67 | 359.1 | 0.68 | 0.19 |
| Hex | 53 | 10 | 11 | 0 | 51 | 50 | 43 | 167 | 44 | 13 |
| Octal | 123 | 20 | 21 | 0 | 121 | 120 | 103 | 547 | 104 | 23 |
| Binary | 1010011 | 10000 | 10001 | 0 | 1010001 | 1010000 | 1000011 | 101100111 | 1000100 | 10011 |
Color Harmonies of #531011
Complementary color
Monochromatic Colors of #531011
Black with #531011
Text Example
Text Example
White with #531011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531011; }
p { color: rgb(83,16,17); }
H1.HeaderClassName
{
color: #531011;
}
.AnyTagClassName
{
color: #531011;
}
</style>
background-color css
<style>
a { background-color: #531011; }
a { background-color: rgb(83,16,17); }
div.DivClassName
{
background-color: #531011;
}
.BgClassName
{
background-color: #531011;
}
</style>
border-color css
<style>
span { border-color: #531011; }
span { border-color: rgb(83,16,17); }
td.TdClassName
{
border-color: #531011;
}
.TagClassName
{
border-color: #531011;
}
</style>