Shades of Red Oxide #691407
Tints of Red Oxide #691407
RGB
CMYK
RGB Variations
Color information
#691407 (or 0x691407) is known color: Red Oxide. HEX triplet: 69, 14 and 07. RGB value is (105,20,7). Sum of RGB (Red+Green+Blue) = 105+20+7=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691407 is #96EBF8. Grayscale: #2C2C2C. Windows color (decimal): -9890809 or 463977. OLE color: 463977.
HSL color Cylindrical-coordinate representation of color #691407: hue angle of 7.96º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #691407 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 20 | 7 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.59 |
| HSL | 7.96º | 0.88% | 0.22% | - |
| HSV(B) | 7.96º | 0.93% | 0.41% | - |
| XYZ | 6.11 | 3.52 | 0.56 | - |
| YUV | 43.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 7 | 0 | 0.81 | 0.93 | 0.59 | 7.96 | 0.88 | 0.22 |
| Hex | 69 | 14 | 7 | 0 | 51 | 5D | 3B | 8 | 58 | 16 |
| Octal | 151 | 24 | 7 | 0 | 121 | 135 | 73 | 10 | 130 | 26 |
| Binary | 1101001 | 10100 | 111 | 0 | 1010001 | 1011101 | 111011 | 1000 | 1011000 | 10110 |
Color Harmonies of #691407
Complementary color
Monochromatic Colors of #691407
Black with #691407
Text Example
Text Example
White with #691407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691407; }
p { color: rgb(105,20,7); }
H1.HeaderClassName
{
color: #691407;
}
.AnyTagClassName
{
color: #691407;
}
</style>
background-color css
<style>
a { background-color: #691407; }
a { background-color: rgb(105,20,7); }
div.DivClassName
{
background-color: #691407;
}
.BgClassName
{
background-color: #691407;
}
</style>
border-color css
<style>
span { border-color: #691407; }
span { border-color: rgb(105,20,7); }
td.TdClassName
{
border-color: #691407;
}
.TagClassName
{
border-color: #691407;
}
</style>