Shades of Burnt Crimson #611D1E
Tints of Burnt Crimson #611D1E
RGB
CMYK
RGB Variations
Color information
#611D1E (or 0x611D1E) is known color: Burnt Crimson. HEX triplet: 61, 1D and 1E. RGB value is (97,29,30). Sum of RGB (Red+Green+Blue) = 97+29+30=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D1E is #9EE2E1. Grayscale: #313131. Windows color (decimal): -10412770 or 1973601. OLE color: 1973601.
HSL color Cylindrical-coordinate representation of color #611D1E: hue angle of 359.12º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D1E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 30 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.62 |
| HSL | 359.12º | 0.54% | 0.25% | - |
| HSV(B) | 359.12º | 0.7% | 0.38% | - |
| XYZ | 5.6 | 3.51 | 1.61 | - |
| YUV | 49.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 30 | 0 | 0.70 | 0.69 | 0.62 | 359.12 | 0.54 | 0.25 |
| Hex | 61 | 1D | 1E | 0 | 46 | 45 | 3E | 167 | 36 | 19 |
| Octal | 141 | 35 | 36 | 0 | 106 | 105 | 76 | 547 | 66 | 31 |
| Binary | 1100001 | 11101 | 11110 | 0 | 1000110 | 1000101 | 111110 | 101100111 | 110110 | 11001 |
Color Harmonies of #611D1E
Complementary color
Monochromatic Colors of #611D1E
Black with #611D1E
Text Example
Text Example
White with #611D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D1E; }
p { color: rgb(97,29,30); }
H1.HeaderClassName
{
color: #611D1E;
}
.AnyTagClassName
{
color: #611D1E;
}
</style>
background-color css
<style>
a { background-color: #611D1E; }
a { background-color: rgb(97,29,30); }
div.DivClassName
{
background-color: #611D1E;
}
.BgClassName
{
background-color: #611D1E;
}
</style>
border-color css
<style>
span { border-color: #611D1E; }
span { border-color: rgb(97,29,30); }
td.TdClassName
{
border-color: #611D1E;
}
.TagClassName
{
border-color: #611D1E;
}
</style>