Shades of Red Oxide #63201B
Tints of Red Oxide #63201B
RGB
CMYK
RGB Variations
Color information
#63201B (or 0x63201B) is known color: Red Oxide. HEX triplet: 63, 20 and 1B. RGB value is (99,32,27). Sum of RGB (Red+Green+Blue) = 99+32+27=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #63201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63201B is #9CDFE4. Grayscale: #333333. Windows color (decimal): -10280933 or 1777763. OLE color: 1777763.
HSL color Cylindrical-coordinate representation of color #63201B: hue angle of 4.17º 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 #63201B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 27 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.61 |
| HSL | 4.17º | 0.57% | 0.25% | - |
| HSV(B) | 4.17º | 0.73% | 0.39% | - |
| XYZ | 5.86 | 3.76 | 1.45 | - |
| YUV | 51.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 27 | 0 | 0.68 | 0.73 | 0.61 | 4.17 | 0.57 | 0.25 |
| Hex | 63 | 20 | 1B | 0 | 44 | 49 | 3D | 4 | 39 | 19 |
| Octal | 143 | 40 | 33 | 0 | 104 | 111 | 75 | 4 | 71 | 31 |
| Binary | 1100011 | 100000 | 11011 | 0 | 1000100 | 1001001 | 111101 | 100 | 111001 | 11001 |
Color Harmonies of #63201B
Complementary color
Monochromatic Colors of #63201B
Black with #63201B
Text Example
Text Example
White with #63201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63201B; }
p { color: rgb(99,32,27); }
H1.HeaderClassName
{
color: #63201B;
}
.AnyTagClassName
{
color: #63201B;
}
</style>
background-color css
<style>
a { background-color: #63201B; }
a { background-color: rgb(99,32,27); }
div.DivClassName
{
background-color: #63201B;
}
.BgClassName
{
background-color: #63201B;
}
</style>
border-color css
<style>
span { border-color: #63201B; }
span { border-color: rgb(99,32,27); }
td.TdClassName
{
border-color: #63201B;
}
.TagClassName
{
border-color: #63201B;
}
</style>