Shades of Burnt Crimson #53181C
Tints of Burnt Crimson #53181C
RGB
CMYK
RGB Variations
Color information
#53181C (or 0x53181C) is known color: Burnt Crimson. HEX triplet: 53, 18 and 1C. RGB value is (83,24,28). Sum of RGB (Red+Green+Blue) = 83+24+28=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181C is #ACE7E3. Grayscale: #2A2A2A. Windows color (decimal): -11331556 or 1841235. OLE color: 1841235.
HSL color Cylindrical-coordinate representation of color #53181C: hue angle of 355.93º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53181C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 28 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.67 |
| HSL | 355.93º | 0.55% | 0.21% | - |
| HSV(B) | 355.93º | 0.71% | 0.33% | - |
| XYZ | 4.1 | 2.58 | 1.38 | - |
| YUV | 42.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 28 | 0 | 0.71 | 0.66 | 0.67 | 355.93 | 0.55 | 0.21 |
| Hex | 53 | 18 | 1C | 0 | 47 | 42 | 43 | 164 | 37 | 15 |
| Octal | 123 | 30 | 34 | 0 | 107 | 102 | 103 | 544 | 67 | 25 |
| Binary | 1010011 | 11000 | 11100 | 0 | 1000111 | 1000010 | 1000011 | 101100100 | 110111 | 10101 |
Color Harmonies of #53181C
Complementary color
Monochromatic Colors of #53181C
Black with #53181C
Text Example
Text Example
White with #53181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53181C; }
p { color: rgb(83,24,28); }
H1.HeaderClassName
{
color: #53181C;
}
.AnyTagClassName
{
color: #53181C;
}
</style>
background-color css
<style>
a { background-color: #53181C; }
a { background-color: rgb(83,24,28); }
div.DivClassName
{
background-color: #53181C;
}
.BgClassName
{
background-color: #53181C;
}
</style>
border-color css
<style>
span { border-color: #53181C; }
span { border-color: rgb(83,24,28); }
td.TdClassName
{
border-color: #53181C;
}
.TagClassName
{
border-color: #53181C;
}
</style>