Shades of Burnt Crimson #612122
Tints of Burnt Crimson #612122
RGB
CMYK
RGB Variations
Color information
#612122 (or 0x612122) is known color: Burnt Crimson. HEX triplet: 61, 21 and 22. RGB value is (97,33,34). Sum of RGB (Red+Green+Blue) = 97+33+34=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #612122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612122 is #9EDEDD. Grayscale: #343434. Windows color (decimal): -10411742 or 2236769. OLE color: 2236769.
HSL color Cylindrical-coordinate representation of color #612122: hue angle of 359.06º 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 #612122 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 33 | 34 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.62 |
| HSL | 359.06º | 0.49% | 0.25% | - |
| HSV(B) | 359.06º | 0.66% | 0.38% | - |
| XYZ | 5.76 | 3.74 | 1.93 | - |
| YUV | 52.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 34 | 0 | 0.66 | 0.65 | 0.62 | 359.06 | 0.49 | 0.25 |
| Hex | 61 | 21 | 22 | 0 | 42 | 41 | 3E | 167 | 31 | 19 |
| Octal | 141 | 41 | 42 | 0 | 102 | 101 | 76 | 547 | 61 | 31 |
| Binary | 1100001 | 100001 | 100010 | 0 | 1000010 | 1000001 | 111110 | 101100111 | 110001 | 11001 |
Color Harmonies of #612122
Complementary color
Monochromatic Colors of #612122
Black with #612122
Text Example
Text Example
White with #612122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612122; }
p { color: rgb(97,33,34); }
H1.HeaderClassName
{
color: #612122;
}
.AnyTagClassName
{
color: #612122;
}
</style>
background-color css
<style>
a { background-color: #612122; }
a { background-color: rgb(97,33,34); }
div.DivClassName
{
background-color: #612122;
}
.BgClassName
{
background-color: #612122;
}
</style>
border-color css
<style>
span { border-color: #612122; }
span { border-color: rgb(97,33,34); }
td.TdClassName
{
border-color: #612122;
}
.TagClassName
{
border-color: #612122;
}
</style>