Shades of Red Oxide #691504
Tints of Red Oxide #691504
RGB
CMYK
RGB Variations
Color information
#691504 (or 0x691504) is known color: Red Oxide. HEX triplet: 69, 15 and 04. RGB value is (105,21,4). Sum of RGB (Red+Green+Blue) = 105+21+4=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #691504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691504 is #96EAFB. Grayscale: #2C2C2C. Windows color (decimal): -9890556 or 267625. OLE color: 267625.
HSL color Cylindrical-coordinate representation of color #691504: hue angle of 10.1º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #691504 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 4 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.59 |
| HSL | 10.1º | 0.93% | 0.21% | - |
| HSV(B) | 10.1º | 0.96% | 0.41% | - |
| XYZ | 6.12 | 3.55 | 0.48 | - |
| YUV | 44.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 4 | 0 | 0.80 | 0.96 | 0.59 | 10.1 | 0.93 | 0.21 |
| Hex | 69 | 15 | 4 | 0 | 50 | 60 | 3B | A | 5D | 15 |
| Octal | 151 | 25 | 4 | 0 | 120 | 140 | 73 | 12 | 135 | 25 |
| Binary | 1101001 | 10101 | 100 | 0 | 1010000 | 1100000 | 111011 | 1010 | 1011101 | 10101 |
Color Harmonies of #691504
Complementary color
Monochromatic Colors of #691504
Black with #691504
Text Example
Text Example
White with #691504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691504; }
p { color: rgb(105,21,4); }
H1.HeaderClassName
{
color: #691504;
}
.AnyTagClassName
{
color: #691504;
}
</style>
background-color css
<style>
a { background-color: #691504; }
a { background-color: rgb(105,21,4); }
div.DivClassName
{
background-color: #691504;
}
.BgClassName
{
background-color: #691504;
}
</style>
border-color css
<style>
span { border-color: #691504; }
span { border-color: rgb(105,21,4); }
td.TdClassName
{
border-color: #691504;
}
.TagClassName
{
border-color: #691504;
}
</style>