Shades of Red Oxide #631E0E
Tints of Red Oxide #631E0E
RGB
CMYK
RGB Variations
Color information
#631E0E (or 0x631E0E) is known color: Red Oxide. HEX triplet: 63, 1E and 0E. RGB value is (99,30,14). Sum of RGB (Red+Green+Blue) = 99+30+14=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #631E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E0E is #9CE1F1. Grayscale: #303030. Windows color (decimal): -10281458 or 925283. OLE color: 925283.
HSL color Cylindrical-coordinate representation of color #631E0E: hue angle of 11.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631E0E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 14 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.61 |
| HSL | 11.29º | 0.75% | 0.22% | - |
| HSV(B) | 11.29º | 0.86% | 0.39% | - |
| XYZ | 5.69 | 3.61 | 0.81 | - |
| YUV | 48.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 14 | 0 | 0.70 | 0.86 | 0.61 | 11.29 | 0.75 | 0.22 |
| Hex | 63 | 1E | E | 0 | 46 | 56 | 3D | B | 4B | 16 |
| Octal | 143 | 36 | 16 | 0 | 106 | 126 | 75 | 13 | 113 | 26 |
| Binary | 1100011 | 11110 | 1110 | 0 | 1000110 | 1010110 | 111101 | 1011 | 1001011 | 10110 |
Color Harmonies of #631E0E
Complementary color
Monochromatic Colors of #631E0E
Black with #631E0E
Text Example
Text Example
White with #631E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E0E; }
p { color: rgb(99,30,14); }
H1.HeaderClassName
{
color: #631E0E;
}
.AnyTagClassName
{
color: #631E0E;
}
</style>
background-color css
<style>
a { background-color: #631E0E; }
a { background-color: rgb(99,30,14); }
div.DivClassName
{
background-color: #631E0E;
}
.BgClassName
{
background-color: #631E0E;
}
</style>
border-color css
<style>
span { border-color: #631E0E; }
span { border-color: rgb(99,30,14); }
td.TdClassName
{
border-color: #631E0E;
}
.TagClassName
{
border-color: #631E0E;
}
</style>