Shades of Red Oxide #631B0C
Tints of Red Oxide #631B0C
RGB
CMYK
RGB Variations
Color information
#631B0C (or 0x631B0C) is known color: Red Oxide. HEX triplet: 63, 1B and 0C. RGB value is (99,27,12). Sum of RGB (Red+Green+Blue) = 99+27+12=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B0C is #9CE4F3. Grayscale: #2E2E2E. Windows color (decimal): -10282228 or 793443. OLE color: 793443.
HSL color Cylindrical-coordinate representation of color #631B0C: hue angle of 10.34º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631B0C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 12 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.61 |
| HSL | 10.34º | 0.78% | 0.22% | - |
| HSV(B) | 10.34º | 0.88% | 0.39% | - |
| XYZ | 5.6 | 3.46 | 0.72 | - |
| YUV | 46.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 12 | 0 | 0.73 | 0.88 | 0.61 | 10.34 | 0.78 | 0.22 |
| Hex | 63 | 1B | C | 0 | 49 | 58 | 3D | A | 4E | 16 |
| Octal | 143 | 33 | 14 | 0 | 111 | 130 | 75 | 12 | 116 | 26 |
| Binary | 1100011 | 11011 | 1100 | 0 | 1001001 | 1011000 | 111101 | 1010 | 1001110 | 10110 |
Color Harmonies of #631B0C
Complementary color
Monochromatic Colors of #631B0C
Black with #631B0C
Text Example
Text Example
White with #631B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B0C; }
p { color: rgb(99,27,12); }
H1.HeaderClassName
{
color: #631B0C;
}
.AnyTagClassName
{
color: #631B0C;
}
</style>
background-color css
<style>
a { background-color: #631B0C; }
a { background-color: rgb(99,27,12); }
div.DivClassName
{
background-color: #631B0C;
}
.BgClassName
{
background-color: #631B0C;
}
</style>
border-color css
<style>
span { border-color: #631B0C; }
span { border-color: rgb(99,27,12); }
td.TdClassName
{
border-color: #631B0C;
}
.TagClassName
{
border-color: #631B0C;
}
</style>