Shades of Red Oxide #631F1D
Tints of Red Oxide #631F1D
RGB
CMYK
RGB Variations
Color information
#631F1D (or 0x631F1D) is known color: Red Oxide. HEX triplet: 63, 1F and 1D. RGB value is (99,31,29). Sum of RGB (Red+Green+Blue) = 99+31+29=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #631F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F1D is #9CE0E2. Grayscale: #333333. Windows color (decimal): -10281187 or 1908579. OLE color: 1908579.
HSL color Cylindrical-coordinate representation of color #631F1D: hue angle of 1.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631F1D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 29 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.61 |
| HSL | 1.71º | 0.55% | 0.25% | - |
| HSV(B) | 1.71º | 0.71% | 0.39% | - |
| XYZ | 5.86 | 3.72 | 1.57 | - |
| YUV | 51.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 29 | 0 | 0.69 | 0.71 | 0.61 | 1.71 | 0.55 | 0.25 |
| Hex | 63 | 1F | 1D | 0 | 45 | 47 | 3D | 2 | 37 | 19 |
| Octal | 143 | 37 | 35 | 0 | 105 | 107 | 75 | 2 | 67 | 31 |
| Binary | 1100011 | 11111 | 11101 | 0 | 1000101 | 1000111 | 111101 | 10 | 110111 | 11001 |
Color Harmonies of #631F1D
Complementary color
Monochromatic Colors of #631F1D
Black with #631F1D
Text Example
Text Example
White with #631F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F1D; }
p { color: rgb(99,31,29); }
H1.HeaderClassName
{
color: #631F1D;
}
.AnyTagClassName
{
color: #631F1D;
}
</style>
background-color css
<style>
a { background-color: #631F1D; }
a { background-color: rgb(99,31,29); }
div.DivClassName
{
background-color: #631F1D;
}
.BgClassName
{
background-color: #631F1D;
}
</style>
border-color css
<style>
span { border-color: #631F1D; }
span { border-color: rgb(99,31,29); }
td.TdClassName
{
border-color: #631F1D;
}
.TagClassName
{
border-color: #631F1D;
}
</style>