Shades of Red Oxide #63211F
Tints of Red Oxide #63211F
RGB
CMYK
RGB Variations
Color information
#63211F (or 0x63211F) is known color: Red Oxide. HEX triplet: 63, 21 and 1F. RGB value is (99,33,31). Sum of RGB (Red+Green+Blue) = 99+33+31=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63211F is #9CDEE0. Grayscale: #343434. Windows color (decimal): -10280673 or 2040163. OLE color: 2040163.
HSL color Cylindrical-coordinate representation of color #63211F: hue angle of 1.76º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63211F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 31 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.61 |
| HSL | 1.76º | 0.52% | 0.25% | - |
| HSV(B) | 1.76º | 0.69% | 0.39% | - |
| XYZ | 5.94 | 3.84 | 1.72 | - |
| YUV | 52.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 31 | 0 | 0.67 | 0.69 | 0.61 | 1.76 | 0.52 | 0.25 |
| Hex | 63 | 21 | 1F | 0 | 43 | 45 | 3D | 2 | 34 | 19 |
| Octal | 143 | 41 | 37 | 0 | 103 | 105 | 75 | 2 | 64 | 31 |
| Binary | 1100011 | 100001 | 11111 | 0 | 1000011 | 1000101 | 111101 | 10 | 110100 | 11001 |
Color Harmonies of #63211F
Complementary color
Monochromatic Colors of #63211F
Black with #63211F
Text Example
Text Example
White with #63211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63211F; }
p { color: rgb(99,33,31); }
H1.HeaderClassName
{
color: #63211F;
}
.AnyTagClassName
{
color: #63211F;
}
</style>
background-color css
<style>
a { background-color: #63211F; }
a { background-color: rgb(99,33,31); }
div.DivClassName
{
background-color: #63211F;
}
.BgClassName
{
background-color: #63211F;
}
</style>
border-color css
<style>
span { border-color: #63211F; }
span { border-color: rgb(99,33,31); }
td.TdClassName
{
border-color: #63211F;
}
.TagClassName
{
border-color: #63211F;
}
</style>