Shades of Red Oxide #691717
Tints of Red Oxide #691717
RGB
CMYK
RGB Variations
Color information
#691717 (or 0x691717) is known color: Red Oxide. HEX triplet: 69, 17 and 17. RGB value is (105,23,23). Sum of RGB (Red+Green+Blue) = 105+23+23=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #691717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691717 is #96E8E8. Grayscale: #2F2F2F. Windows color (decimal): -9890025 or 1513321. OLE color: 1513321.
HSL color Cylindrical-coordinate representation of color #691717: hue angle of 0º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691717 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 23 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.59 |
| HSL | 0º | 0.64% | 0.25% | - |
| HSV(B) | 0º | 0.78% | 0.41% | - |
| XYZ | 6.29 | 3.68 | 1.19 | - |
| YUV | 47.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 23 | 0 | 0.78 | 0.78 | 0.59 | 0 | 0.64 | 0.25 |
| Hex | 69 | 17 | 17 | 0 | 4E | 4E | 3B | 0 | 40 | 19 |
| Octal | 151 | 27 | 27 | 0 | 116 | 116 | 73 | 0 | 100 | 31 |
| Binary | 1101001 | 10111 | 10111 | 0 | 1001110 | 1001110 | 111011 | 0 | 1000000 | 11001 |
Color Harmonies of #691717
Complementary color
Monochromatic Colors of #691717
Black with #691717
Text Example
Text Example
White with #691717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691717; }
p { color: rgb(105,23,23); }
H1.HeaderClassName
{
color: #691717;
}
.AnyTagClassName
{
color: #691717;
}
</style>
background-color css
<style>
a { background-color: #691717; }
a { background-color: rgb(105,23,23); }
div.DivClassName
{
background-color: #691717;
}
.BgClassName
{
background-color: #691717;
}
</style>
border-color css
<style>
span { border-color: #691717; }
span { border-color: rgb(105,23,23); }
td.TdClassName
{
border-color: #691717;
}
.TagClassName
{
border-color: #691717;
}
</style>