Shades of Burnt Crimson #611E20
Tints of Burnt Crimson #611E20
RGB
CMYK
RGB Variations
Color information
#611E20 (or 0x611E20) is known color: Burnt Crimson. HEX triplet: 61, 1E and 20. RGB value is (97,30,32). Sum of RGB (Red+Green+Blue) = 97+30+32=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #611E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E20 is #9EE1DF. Grayscale: #323232. Windows color (decimal): -10412512 or 2104929. OLE color: 2104929.
HSL color Cylindrical-coordinate representation of color #611E20: hue angle of 358.21º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E20 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 32 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.62 |
| HSL | 358.21º | 0.53% | 0.25% | - |
| HSV(B) | 358.21º | 0.69% | 0.38% | - |
| XYZ | 5.65 | 3.57 | 1.76 | - |
| YUV | 50.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 32 | 0 | 0.69 | 0.67 | 0.62 | 358.21 | 0.53 | 0.25 |
| Hex | 61 | 1E | 20 | 0 | 45 | 43 | 3E | 166 | 35 | 19 |
| Octal | 141 | 36 | 40 | 0 | 105 | 103 | 76 | 546 | 65 | 31 |
| Binary | 1100001 | 11110 | 100000 | 0 | 1000101 | 1000011 | 111110 | 101100110 | 110101 | 11001 |
Color Harmonies of #611E20
Complementary color
Monochromatic Colors of #611E20
Black with #611E20
Text Example
Text Example
White with #611E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E20; }
p { color: rgb(97,30,32); }
H1.HeaderClassName
{
color: #611E20;
}
.AnyTagClassName
{
color: #611E20;
}
</style>
background-color css
<style>
a { background-color: #611E20; }
a { background-color: rgb(97,30,32); }
div.DivClassName
{
background-color: #611E20;
}
.BgClassName
{
background-color: #611E20;
}
</style>
border-color css
<style>
span { border-color: #611E20; }
span { border-color: rgb(97,30,32); }
td.TdClassName
{
border-color: #611E20;
}
.TagClassName
{
border-color: #611E20;
}
</style>