Shades of Red Oxide #532121
Tints of Red Oxide #532121
RGB
CMYK
RGB Variations
Color information
#532121 (or 0x532121) is known color: Red Oxide. HEX triplet: 53, 21 and 21. RGB value is (83,33,33). Sum of RGB (Red+Green+Blue) = 83+33+33=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532121 is #ACDEDE. Grayscale: #303030. Windows color (decimal): -11329247 or 2171219. OLE color: 2171219.
HSL color Cylindrical-coordinate representation of color #532121: hue angle of 0º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532121 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 33 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.67 |
| HSL | 0º | 0.43% | 0.23% | - |
| HSV(B) | 0º | 0.6% | 0.33% | - |
| XYZ | 4.39 | 3.04 | 1.79 | - |
| YUV | 47.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 33 | 0 | 0.60 | 0.60 | 0.67 | 0 | 0.43 | 0.23 |
| Hex | 53 | 21 | 21 | 0 | 3C | 3C | 43 | 0 | 2B | 17 |
| Octal | 123 | 41 | 41 | 0 | 74 | 74 | 103 | 0 | 53 | 27 |
| Binary | 1010011 | 100001 | 100001 | 0 | 111100 | 111100 | 1000011 | 0 | 101011 | 10111 |
Color Harmonies of #532121
Complementary color
Monochromatic Colors of #532121
Black with #532121
Text Example
Text Example
White with #532121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532121; }
p { color: rgb(83,33,33); }
H1.HeaderClassName
{
color: #532121;
}
.AnyTagClassName
{
color: #532121;
}
</style>
background-color css
<style>
a { background-color: #532121; }
a { background-color: rgb(83,33,33); }
div.DivClassName
{
background-color: #532121;
}
.BgClassName
{
background-color: #532121;
}
</style>
border-color css
<style>
span { border-color: #532121; }
span { border-color: rgb(83,33,33); }
td.TdClassName
{
border-color: #532121;
}
.TagClassName
{
border-color: #532121;
}
</style>