Shades of Red Oxide #631B16
Tints of Red Oxide #631B16
RGB
CMYK
RGB Variations
Color information
#631B16 (or 0x631B16) is known color: Red Oxide. HEX triplet: 63, 1B and 16. RGB value is (99,27,22). Sum of RGB (Red+Green+Blue) = 99+27+22=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #631B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B16 is #9CE4E9. Grayscale: #303030. Windows color (decimal): -10282218 or 1448803. OLE color: 1448803.
HSL color Cylindrical-coordinate representation of color #631B16: hue angle of 3.9º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631B16 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 22 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.61 |
| HSL | 3.9º | 0.64% | 0.24% | - |
| HSV(B) | 3.9º | 0.78% | 0.39% | - |
| XYZ | 5.68 | 3.49 | 1.13 | - |
| YUV | 47.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 22 | 0 | 0.73 | 0.78 | 0.61 | 3.9 | 0.64 | 0.24 |
| Hex | 63 | 1B | 16 | 0 | 49 | 4E | 3D | 4 | 40 | 18 |
| Octal | 143 | 33 | 26 | 0 | 111 | 116 | 75 | 4 | 100 | 30 |
| Binary | 1100011 | 11011 | 10110 | 0 | 1001001 | 1001110 | 111101 | 100 | 1000000 | 11000 |
Color Harmonies of #631B16
Complementary color
Monochromatic Colors of #631B16
Black with #631B16
Text Example
Text Example
White with #631B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B16; }
p { color: rgb(99,27,22); }
H1.HeaderClassName
{
color: #631B16;
}
.AnyTagClassName
{
color: #631B16;
}
</style>
background-color css
<style>
a { background-color: #631B16; }
a { background-color: rgb(99,27,22); }
div.DivClassName
{
background-color: #631B16;
}
.BgClassName
{
background-color: #631B16;
}
</style>
border-color css
<style>
span { border-color: #631B16; }
span { border-color: rgb(99,27,22); }
td.TdClassName
{
border-color: #631B16;
}
.TagClassName
{
border-color: #631B16;
}
</style>