Shades of Burnt Crimson #611A1B
Tints of Burnt Crimson #611A1B
RGB
CMYK
RGB Variations
Color information
#611A1B (or 0x611A1B) is known color: Burnt Crimson. HEX triplet: 61, 1A and 1B. RGB value is (97,26,27). Sum of RGB (Red+Green+Blue) = 97+26+27=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A1B is #9EE5E4. Grayscale: #2F2F2F. Windows color (decimal): -10413541 or 1776225. OLE color: 1776225.
HSL color Cylindrical-coordinate representation of color #611A1B: hue angle of 359.15º 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 #611A1B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 27 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.62 |
| HSL | 359.15º | 0.58% | 0.24% | - |
| HSV(B) | 359.15º | 0.73% | 0.38% | - |
| XYZ | 5.5 | 3.36 | 1.4 | - |
| YUV | 47.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 27 | 0 | 0.73 | 0.72 | 0.62 | 359.15 | 0.58 | 0.24 |
| Hex | 61 | 1A | 1B | 0 | 49 | 48 | 3E | 167 | 3A | 18 |
| Octal | 141 | 32 | 33 | 0 | 111 | 110 | 76 | 547 | 72 | 30 |
| Binary | 1100001 | 11010 | 11011 | 0 | 1001001 | 1001000 | 111110 | 101100111 | 111010 | 11000 |
Color Harmonies of #611A1B
Complementary color
Monochromatic Colors of #611A1B
Black with #611A1B
Text Example
Text Example
White with #611A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A1B; }
p { color: rgb(97,26,27); }
H1.HeaderClassName
{
color: #611A1B;
}
.AnyTagClassName
{
color: #611A1B;
}
</style>
background-color css
<style>
a { background-color: #611A1B; }
a { background-color: rgb(97,26,27); }
div.DivClassName
{
background-color: #611A1B;
}
.BgClassName
{
background-color: #611A1B;
}
</style>
border-color css
<style>
span { border-color: #611A1B; }
span { border-color: rgb(97,26,27); }
td.TdClassName
{
border-color: #611A1B;
}
.TagClassName
{
border-color: #611A1B;
}
</style>