Shades of Red Oxide #63221D
Tints of Red Oxide #63221D
RGB
CMYK
RGB Variations
Color information
#63221D (or 0x63221D) is known color: Red Oxide. HEX triplet: 63, 22 and 1D. RGB value is (99,34,29). Sum of RGB (Red+Green+Blue) = 99+34+29=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63221D is #9CDDE2. Grayscale: #343434. Windows color (decimal): -10280419 or 1909347. OLE color: 1909347.
HSL color Cylindrical-coordinate representation of color #63221D: hue angle of 4.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63221D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 29 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.61 |
| HSL | 4.29º | 0.55% | 0.25% | - |
| HSV(B) | 4.29º | 0.71% | 0.39% | - |
| XYZ | 5.94 | 3.89 | 1.6 | - |
| YUV | 52.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 29 | 0 | 0.66 | 0.71 | 0.61 | 4.29 | 0.55 | 0.25 |
| Hex | 63 | 22 | 1D | 0 | 42 | 47 | 3D | 4 | 37 | 19 |
| Octal | 143 | 42 | 35 | 0 | 102 | 107 | 75 | 4 | 67 | 31 |
| Binary | 1100011 | 100010 | 11101 | 0 | 1000010 | 1000111 | 111101 | 100 | 110111 | 11001 |
Color Harmonies of #63221D
Complementary color
Monochromatic Colors of #63221D
Black with #63221D
Text Example
Text Example
White with #63221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63221D; }
p { color: rgb(99,34,29); }
H1.HeaderClassName
{
color: #63221D;
}
.AnyTagClassName
{
color: #63221D;
}
</style>
background-color css
<style>
a { background-color: #63221D; }
a { background-color: rgb(99,34,29); }
div.DivClassName
{
background-color: #63221D;
}
.BgClassName
{
background-color: #63221D;
}
</style>
border-color css
<style>
span { border-color: #63221D; }
span { border-color: rgb(99,34,29); }
td.TdClassName
{
border-color: #63221D;
}
.TagClassName
{
border-color: #63221D;
}
</style>