Shades of Burnt Crimson #612124
Tints of Burnt Crimson #612124
RGB
CMYK
RGB Variations
Color information
#612124 (or 0x612124) is known color: Burnt Crimson. HEX triplet: 61, 21 and 24. RGB value is (97,33,36). Sum of RGB (Red+Green+Blue) = 97+33+36=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612124 is #9EDEDB. Grayscale: #343434. Windows color (decimal): -10411740 or 2367841. OLE color: 2367841.
HSL color Cylindrical-coordinate representation of color #612124: hue angle of 357.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612124 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 33 | 36 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.62 |
| HSL | 357.19º | 0.49% | 0.25% | - |
| HSV(B) | 357.19º | 0.66% | 0.38% | - |
| XYZ | 5.79 | 3.76 | 2.09 | - |
| YUV | 52.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 36 | 0 | 0.66 | 0.63 | 0.62 | 357.19 | 0.49 | 0.25 |
| Hex | 61 | 21 | 24 | 0 | 42 | 3F | 3E | 165 | 31 | 19 |
| Octal | 141 | 41 | 44 | 0 | 102 | 77 | 76 | 545 | 61 | 31 |
| Binary | 1100001 | 100001 | 100100 | 0 | 1000010 | 111111 | 111110 | 101100101 | 110001 | 11001 |
Color Harmonies of #612124
Complementary color
Monochromatic Colors of #612124
Black with #612124
Text Example
Text Example
White with #612124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612124; }
p { color: rgb(97,33,36); }
H1.HeaderClassName
{
color: #612124;
}
.AnyTagClassName
{
color: #612124;
}
</style>
background-color css
<style>
a { background-color: #612124; }
a { background-color: rgb(97,33,36); }
div.DivClassName
{
background-color: #612124;
}
.BgClassName
{
background-color: #612124;
}
</style>
border-color css
<style>
span { border-color: #612124; }
span { border-color: rgb(97,33,36); }
td.TdClassName
{
border-color: #612124;
}
.TagClassName
{
border-color: #612124;
}
</style>