Shades of Burnt Crimson #532021
Tints of Burnt Crimson #532021
RGB
CMYK
RGB Variations
Color information
#532021 (or 0x532021) is known color: Burnt Crimson. HEX triplet: 53, 20 and 21. RGB value is (83,32,33). Sum of RGB (Red+Green+Blue) = 83+32+33=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532021 is #ACDFDE. Grayscale: #2F2F2F. Windows color (decimal): -11329503 or 2170963. OLE color: 2170963.
HSL color Cylindrical-coordinate representation of color #532021: hue angle of 358.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532021 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 33 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.67 |
| HSL | 358.82º | 0.44% | 0.23% | - |
| HSV(B) | 358.82º | 0.61% | 0.33% | - |
| XYZ | 4.36 | 2.98 | 1.78 | - |
| YUV | 47.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 33 | 0 | 0.61 | 0.60 | 0.67 | 358.82 | 0.44 | 0.23 |
| Hex | 53 | 20 | 21 | 0 | 3D | 3C | 43 | 167 | 2C | 17 |
| Octal | 123 | 40 | 41 | 0 | 75 | 74 | 103 | 547 | 54 | 27 |
| Binary | 1010011 | 100000 | 100001 | 0 | 111101 | 111100 | 1000011 | 101100111 | 101100 | 10111 |
Color Harmonies of #532021
Complementary color
Monochromatic Colors of #532021
Black with #532021
Text Example
Text Example
White with #532021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532021; }
p { color: rgb(83,32,33); }
H1.HeaderClassName
{
color: #532021;
}
.AnyTagClassName
{
color: #532021;
}
</style>
background-color css
<style>
a { background-color: #532021; }
a { background-color: rgb(83,32,33); }
div.DivClassName
{
background-color: #532021;
}
.BgClassName
{
background-color: #532021;
}
</style>
border-color css
<style>
span { border-color: #532021; }
span { border-color: rgb(83,32,33); }
td.TdClassName
{
border-color: #532021;
}
.TagClassName
{
border-color: #532021;
}
</style>