Shades of Red Oxide #631C16
Tints of Red Oxide #631C16
RGB
CMYK
RGB Variations
Color information
#631C16 (or 0x631C16) is known color: Red Oxide. HEX triplet: 63, 1C and 16. RGB value is (99,28,22). Sum of RGB (Red+Green+Blue) = 99+28+22=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631C16 is #9CE3E9. Grayscale: #303030. Windows color (decimal): -10281962 or 1449059. OLE color: 1449059.
HSL color Cylindrical-coordinate representation of color #631C16: hue angle of 4.68º 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 #631C16 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 22 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.61 |
| HSL | 4.68º | 0.64% | 0.24% | - |
| HSV(B) | 4.68º | 0.78% | 0.39% | - |
| XYZ | 5.71 | 3.54 | 1.14 | - |
| YUV | 48.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 22 | 0 | 0.72 | 0.78 | 0.61 | 4.68 | 0.64 | 0.24 |
| Hex | 63 | 1C | 16 | 0 | 48 | 4E | 3D | 5 | 40 | 18 |
| Octal | 143 | 34 | 26 | 0 | 110 | 116 | 75 | 5 | 100 | 30 |
| Binary | 1100011 | 11100 | 10110 | 0 | 1001000 | 1001110 | 111101 | 101 | 1000000 | 11000 |
Color Harmonies of #631C16
Complementary color
Monochromatic Colors of #631C16
Black with #631C16
Text Example
Text Example
White with #631C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C16; }
p { color: rgb(99,28,22); }
H1.HeaderClassName
{
color: #631C16;
}
.AnyTagClassName
{
color: #631C16;
}
</style>
background-color css
<style>
a { background-color: #631C16; }
a { background-color: rgb(99,28,22); }
div.DivClassName
{
background-color: #631C16;
}
.BgClassName
{
background-color: #631C16;
}
</style>
border-color css
<style>
span { border-color: #631C16; }
span { border-color: rgb(99,28,22); }
td.TdClassName
{
border-color: #631C16;
}
.TagClassName
{
border-color: #631C16;
}
</style>