Shades of Red Oxide #692015
Tints of Red Oxide #692015
RGB
CMYK
RGB Variations
Color information
#692015 (or 0x692015) is known color: Red Oxide. HEX triplet: 69, 20 and 15. RGB value is (105,32,21). Sum of RGB (Red+Green+Blue) = 105+32+21=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #692015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692015 is #96DFEA. Grayscale: #343434. Windows color (decimal): -9887723 or 1384553. OLE color: 1384553.
HSL color Cylindrical-coordinate representation of color #692015: hue angle of 7.86º 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 #692015 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 21 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.59 |
| HSL | 7.86º | 0.67% | 0.25% | - |
| HSV(B) | 7.86º | 0.8% | 0.41% | - |
| XYZ | 6.48 | 4.09 | 1.16 | - |
| YUV | 52.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 21 | 0 | 0.70 | 0.80 | 0.59 | 7.86 | 0.67 | 0.25 |
| Hex | 69 | 20 | 15 | 0 | 46 | 50 | 3B | 8 | 43 | 19 |
| Octal | 151 | 40 | 25 | 0 | 106 | 120 | 73 | 10 | 103 | 31 |
| Binary | 1101001 | 100000 | 10101 | 0 | 1000110 | 1010000 | 111011 | 1000 | 1000011 | 11001 |
Color Harmonies of #692015
Complementary color
Monochromatic Colors of #692015
Black with #692015
Text Example
Text Example
White with #692015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692015; }
p { color: rgb(105,32,21); }
H1.HeaderClassName
{
color: #692015;
}
.AnyTagClassName
{
color: #692015;
}
</style>
background-color css
<style>
a { background-color: #692015; }
a { background-color: rgb(105,32,21); }
div.DivClassName
{
background-color: #692015;
}
.BgClassName
{
background-color: #692015;
}
</style>
border-color css
<style>
span { border-color: #692015; }
span { border-color: rgb(105,32,21); }
td.TdClassName
{
border-color: #692015;
}
.TagClassName
{
border-color: #692015;
}
</style>