Shades of Burnt Crimson #611A1C
Tints of Burnt Crimson #611A1C
RGB
CMYK
RGB Variations
Color information
#611A1C (or 0x611A1C) is known color: Burnt Crimson. HEX triplet: 61, 1A and 1C. RGB value is (97,26,28). Sum of RGB (Red+Green+Blue) = 97+26+28=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A1C is #9EE5E3. Grayscale: #2F2F2F. Windows color (decimal): -10413540 or 1841761. OLE color: 1841761.
HSL color Cylindrical-coordinate representation of color #611A1C: hue angle of 358.31º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A1C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 28 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.62 |
| HSL | 358.31º | 0.58% | 0.24% | - |
| HSV(B) | 358.31º | 0.73% | 0.38% | - |
| XYZ | 5.51 | 3.36 | 1.46 | - |
| YUV | 47.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 28 | 0 | 0.73 | 0.71 | 0.62 | 358.31 | 0.58 | 0.24 |
| Hex | 61 | 1A | 1C | 0 | 49 | 47 | 3E | 166 | 3A | 18 |
| Octal | 141 | 32 | 34 | 0 | 111 | 107 | 76 | 546 | 72 | 30 |
| Binary | 1100001 | 11010 | 11100 | 0 | 1001001 | 1000111 | 111110 | 101100110 | 111010 | 11000 |
Color Harmonies of #611A1C
Complementary color
Monochromatic Colors of #611A1C
Black with #611A1C
Text Example
Text Example
White with #611A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A1C; }
p { color: rgb(97,26,28); }
H1.HeaderClassName
{
color: #611A1C;
}
.AnyTagClassName
{
color: #611A1C;
}
</style>
background-color css
<style>
a { background-color: #611A1C; }
a { background-color: rgb(97,26,28); }
div.DivClassName
{
background-color: #611A1C;
}
.BgClassName
{
background-color: #611A1C;
}
</style>
border-color css
<style>
span { border-color: #611A1C; }
span { border-color: rgb(97,26,28); }
td.TdClassName
{
border-color: #611A1C;
}
.TagClassName
{
border-color: #611A1C;
}
</style>