Shades of Burnt Crimson #531A1C
Tints of Burnt Crimson #531A1C
RGB
CMYK
RGB Variations
Color information
#531A1C (or 0x531A1C) is known color: Burnt Crimson. HEX triplet: 53, 1A and 1C. RGB value is (83,26,28). Sum of RGB (Red+Green+Blue) = 83+26+28=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A1C is #ACE5E3. Grayscale: #2B2B2B. Windows color (decimal): -11331044 or 1841747. OLE color: 1841747.
HSL color Cylindrical-coordinate representation of color #531A1C: hue angle of 357.89º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A1C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 28 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.67 |
| HSL | 357.89º | 0.52% | 0.21% | - |
| HSV(B) | 357.89º | 0.69% | 0.33% | - |
| XYZ | 4.15 | 2.66 | 1.39 | - |
| YUV | 43.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 28 | 0 | 0.69 | 0.66 | 0.67 | 357.89 | 0.52 | 0.21 |
| Hex | 53 | 1A | 1C | 0 | 45 | 42 | 43 | 166 | 34 | 15 |
| Octal | 123 | 32 | 34 | 0 | 105 | 102 | 103 | 546 | 64 | 25 |
| Binary | 1010011 | 11010 | 11100 | 0 | 1000101 | 1000010 | 1000011 | 101100110 | 110100 | 10101 |
Color Harmonies of #531A1C
Complementary color
Monochromatic Colors of #531A1C
Black with #531A1C
Text Example
Text Example
White with #531A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A1C; }
p { color: rgb(83,26,28); }
H1.HeaderClassName
{
color: #531A1C;
}
.AnyTagClassName
{
color: #531A1C;
}
</style>
background-color css
<style>
a { background-color: #531A1C; }
a { background-color: rgb(83,26,28); }
div.DivClassName
{
background-color: #531A1C;
}
.BgClassName
{
background-color: #531A1C;
}
</style>
border-color css
<style>
span { border-color: #531A1C; }
span { border-color: rgb(83,26,28); }
td.TdClassName
{
border-color: #531A1C;
}
.TagClassName
{
border-color: #531A1C;
}
</style>