Shades of Burnt Crimson #562225
Tints of Burnt Crimson #562225
RGB
CMYK
RGB Variations
Color information
#562225 (or 0x562225) is known color: Burnt Crimson. HEX triplet: 56, 22 and 25. RGB value is (86,34,37). Sum of RGB (Red+Green+Blue) = 86+34+37=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #562225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562225 is #A9DDDA. Grayscale: #313131. Windows color (decimal): -11132379 or 2433622. OLE color: 2433622.
HSL color Cylindrical-coordinate representation of color #562225: hue angle of 356.54º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562225 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 37 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.66 |
| HSL | 356.54º | 0.43% | 0.24% | - |
| HSV(B) | 356.54º | 0.6% | 0.34% | - |
| XYZ | 4.74 | 3.26 | 2.13 | - |
| YUV | 49.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 37 | 0 | 0.60 | 0.57 | 0.66 | 356.54 | 0.43 | 0.24 |
| Hex | 56 | 22 | 25 | 0 | 3C | 39 | 42 | 165 | 2B | 18 |
| Octal | 126 | 42 | 45 | 0 | 74 | 71 | 102 | 545 | 53 | 30 |
| Binary | 1010110 | 100010 | 100101 | 0 | 111100 | 111001 | 1000010 | 101100101 | 101011 | 11000 |
Color Harmonies of #562225
Complementary color
Monochromatic Colors of #562225
Black with #562225
Text Example
Text Example
White with #562225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562225; }
p { color: rgb(86,34,37); }
H1.HeaderClassName
{
color: #562225;
}
.AnyTagClassName
{
color: #562225;
}
</style>
background-color css
<style>
a { background-color: #562225; }
a { background-color: rgb(86,34,37); }
div.DivClassName
{
background-color: #562225;
}
.BgClassName
{
background-color: #562225;
}
</style>
border-color css
<style>
span { border-color: #562225; }
span { border-color: rgb(86,34,37); }
td.TdClassName
{
border-color: #562225;
}
.TagClassName
{
border-color: #562225;
}
</style>