Shades of Red Oxide #691305
Tints of Red Oxide #691305
RGB
CMYK
RGB Variations
Color information
#691305 (or 0x691305) is known color: Red Oxide. HEX triplet: 69, 13 and 05. RGB value is (105,19,5). Sum of RGB (Red+Green+Blue) = 105+19+5=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #691305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691305 is #96ECFA. Grayscale: #2B2B2B. Windows color (decimal): -9891067 or 332649. OLE color: 332649.
HSL color Cylindrical-coordinate representation of color #691305: hue angle of 8.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #691305 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 5 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.59 |
| HSL | 8.4º | 0.91% | 0.22% | - |
| HSV(B) | 8.4º | 0.95% | 0.41% | - |
| XYZ | 6.09 | 3.48 | 0.49 | - |
| YUV | 43.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 5 | 0 | 0.82 | 0.95 | 0.59 | 8.4 | 0.91 | 0.22 |
| Hex | 69 | 13 | 5 | 0 | 52 | 5F | 3B | 8 | 5B | 16 |
| Octal | 151 | 23 | 5 | 0 | 122 | 137 | 73 | 10 | 133 | 26 |
| Binary | 1101001 | 10011 | 101 | 0 | 1010010 | 1011111 | 111011 | 1000 | 1011011 | 10110 |
Color Harmonies of #691305
Complementary color
Monochromatic Colors of #691305
Black with #691305
Text Example
Text Example
White with #691305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691305; }
p { color: rgb(105,19,5); }
H1.HeaderClassName
{
color: #691305;
}
.AnyTagClassName
{
color: #691305;
}
</style>
background-color css
<style>
a { background-color: #691305; }
a { background-color: rgb(105,19,5); }
div.DivClassName
{
background-color: #691305;
}
.BgClassName
{
background-color: #691305;
}
</style>
border-color css
<style>
span { border-color: #691305; }
span { border-color: rgb(105,19,5); }
td.TdClassName
{
border-color: #691305;
}
.TagClassName
{
border-color: #691305;
}
</style>