Shades of Red Oxide #63211B
Tints of Red Oxide #63211B
RGB
CMYK
RGB Variations
Color information
#63211B (or 0x63211B) is known color: Red Oxide. HEX triplet: 63, 21 and 1B. RGB value is (99,33,27). Sum of RGB (Red+Green+Blue) = 99+33+27=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63211B is #9CDEE4. Grayscale: #343434. Windows color (decimal): -10280677 or 1778019. OLE color: 1778019.
HSL color Cylindrical-coordinate representation of color #63211B: hue angle of 5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63211B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 27 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.61 |
| HSL | 5º | 0.57% | 0.25% | - |
| HSV(B) | 5º | 0.73% | 0.39% | - |
| XYZ | 5.89 | 3.82 | 1.46 | - |
| YUV | 52.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 27 | 0 | 0.67 | 0.73 | 0.61 | 5 | 0.57 | 0.25 |
| Hex | 63 | 21 | 1B | 0 | 43 | 49 | 3D | 5 | 39 | 19 |
| Octal | 143 | 41 | 33 | 0 | 103 | 111 | 75 | 5 | 71 | 31 |
| Binary | 1100011 | 100001 | 11011 | 0 | 1000011 | 1001001 | 111101 | 101 | 111001 | 11001 |
Color Harmonies of #63211B
Complementary color
Monochromatic Colors of #63211B
Black with #63211B
Text Example
Text Example
White with #63211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63211B; }
p { color: rgb(99,33,27); }
H1.HeaderClassName
{
color: #63211B;
}
.AnyTagClassName
{
color: #63211B;
}
</style>
background-color css
<style>
a { background-color: #63211B; }
a { background-color: rgb(99,33,27); }
div.DivClassName
{
background-color: #63211B;
}
.BgClassName
{
background-color: #63211B;
}
</style>
border-color css
<style>
span { border-color: #63211B; }
span { border-color: rgb(99,33,27); }
td.TdClassName
{
border-color: #63211B;
}
.TagClassName
{
border-color: #63211B;
}
</style>