Shades of Red Oxide #692115
Tints of Red Oxide #692115
RGB
CMYK
RGB Variations
Color information
#692115 (or 0x692115) is known color: Red Oxide. HEX triplet: 69, 21 and 15. RGB value is (105,33,21). Sum of RGB (Red+Green+Blue) = 105+33+21=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #692115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692115 is #96DEEA. Grayscale: #353535. Windows color (decimal): -9887467 or 1384809. OLE color: 1384809.
HSL color Cylindrical-coordinate representation of color #692115: hue angle of 8.57º 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 #692115 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 21 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.59 |
| HSL | 8.57º | 0.67% | 0.25% | - |
| HSV(B) | 8.57º | 0.8% | 0.41% | - |
| XYZ | 6.5 | 4.15 | 1.17 | - |
| YUV | 53.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 21 | 0 | 0.69 | 0.80 | 0.59 | 8.57 | 0.67 | 0.25 |
| Hex | 69 | 21 | 15 | 0 | 45 | 50 | 3B | 9 | 43 | 19 |
| Octal | 151 | 41 | 25 | 0 | 105 | 120 | 73 | 11 | 103 | 31 |
| Binary | 1101001 | 100001 | 10101 | 0 | 1000101 | 1010000 | 111011 | 1001 | 1000011 | 11001 |
Color Harmonies of #692115
Complementary color
Monochromatic Colors of #692115
Black with #692115
Text Example
Text Example
White with #692115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692115; }
p { color: rgb(105,33,21); }
H1.HeaderClassName
{
color: #692115;
}
.AnyTagClassName
{
color: #692115;
}
</style>
background-color css
<style>
a { background-color: #692115; }
a { background-color: rgb(105,33,21); }
div.DivClassName
{
background-color: #692115;
}
.BgClassName
{
background-color: #692115;
}
</style>
border-color css
<style>
span { border-color: #692115; }
span { border-color: rgb(105,33,21); }
td.TdClassName
{
border-color: #692115;
}
.TagClassName
{
border-color: #692115;
}
</style>