Shades of Red Oxide #691F15
Tints of Red Oxide #691F15
RGB
CMYK
RGB Variations
Color information
#691F15 (or 0x691F15) is known color: Red Oxide. HEX triplet: 69, 1F and 15. RGB value is (105,31,21). Sum of RGB (Red+Green+Blue) = 105+31+21=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #691F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F15 is #96E0EA. Grayscale: #343434. Windows color (decimal): -9887979 or 1384297. OLE color: 1384297.
HSL color Cylindrical-coordinate representation of color #691F15: hue angle of 7.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691F15 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 31 | 21 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.59 |
| HSL | 7.14º | 0.67% | 0.25% | - |
| HSV(B) | 7.14º | 0.8% | 0.41% | - |
| XYZ | 6.45 | 4.04 | 1.15 | - |
| YUV | 51.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 21 | 0 | 0.70 | 0.80 | 0.59 | 7.14 | 0.67 | 0.25 |
| Hex | 69 | 1F | 15 | 0 | 46 | 50 | 3B | 7 | 43 | 19 |
| Octal | 151 | 37 | 25 | 0 | 106 | 120 | 73 | 7 | 103 | 31 |
| Binary | 1101001 | 11111 | 10101 | 0 | 1000110 | 1010000 | 111011 | 111 | 1000011 | 11001 |
Color Harmonies of #691F15
Complementary color
Monochromatic Colors of #691F15
Black with #691F15
Text Example
Text Example
White with #691F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691F15; }
p { color: rgb(105,31,21); }
H1.HeaderClassName
{
color: #691F15;
}
.AnyTagClassName
{
color: #691F15;
}
</style>
background-color css
<style>
a { background-color: #691F15; }
a { background-color: rgb(105,31,21); }
div.DivClassName
{
background-color: #691F15;
}
.BgClassName
{
background-color: #691F15;
}
</style>
border-color css
<style>
span { border-color: #691F15; }
span { border-color: rgb(105,31,21); }
td.TdClassName
{
border-color: #691F15;
}
.TagClassName
{
border-color: #691F15;
}
</style>