Shades of Burnt Crimson #5D161C
Tints of Burnt Crimson #5D161C
RGB
CMYK
RGB Variations
Color information
#5D161C (or 0x5D161C) is known color: Burnt Crimson. HEX triplet: 5D, 16 and 1C. RGB value is (93,22,28). Sum of RGB (Red+Green+Blue) = 93+22+28=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D161C is #A2E9E3. Grayscale: #2B2B2B. Windows color (decimal): -10676708 or 1840733. OLE color: 1840733.
HSL color Cylindrical-coordinate representation of color #5D161C: hue angle of 354.93º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D161C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 28 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.64 |
| HSL | 354.93º | 0.62% | 0.23% | - |
| HSV(B) | 354.93º | 0.76% | 0.36% | - |
| XYZ | 5.01 | 2.98 | 1.41 | - |
| YUV | 43.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 28 | 0 | 0.76 | 0.70 | 0.64 | 354.93 | 0.62 | 0.23 |
| Hex | 5D | 16 | 1C | 0 | 4C | 46 | 40 | 163 | 3E | 17 |
| Octal | 135 | 26 | 34 | 0 | 114 | 106 | 100 | 543 | 76 | 27 |
| Binary | 1011101 | 10110 | 11100 | 0 | 1001100 | 1000110 | 1000000 | 101100011 | 111110 | 10111 |
Color Harmonies of #5D161C
Complementary color
Monochromatic Colors of #5D161C
Black with #5D161C
Text Example
Text Example
White with #5D161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D161C; }
p { color: rgb(93,22,28); }
H1.HeaderClassName
{
color: #5D161C;
}
.AnyTagClassName
{
color: #5D161C;
}
</style>
background-color css
<style>
a { background-color: #5D161C; }
a { background-color: rgb(93,22,28); }
div.DivClassName
{
background-color: #5D161C;
}
.BgClassName
{
background-color: #5D161C;
}
</style>
border-color css
<style>
span { border-color: #5D161C; }
span { border-color: rgb(93,22,28); }
td.TdClassName
{
border-color: #5D161C;
}
.TagClassName
{
border-color: #5D161C;
}
</style>