Shades of Red Oxide #69130E
Tints of Red Oxide #69130E
RGB
CMYK
RGB Variations
Color information
#69130E (or 0x69130E) is known color: Red Oxide. HEX triplet: 69, 13 and 0E. RGB value is (105,19,14). Sum of RGB (Red+Green+Blue) = 105+19+14=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #69130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69130E is #96ECF1. Grayscale: #2C2C2C. Windows color (decimal): -9891058 or 922473. OLE color: 922473.
HSL color Cylindrical-coordinate representation of color #69130E: hue angle of 3.3º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69130E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 14 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.59 |
| HSL | 3.3º | 0.76% | 0.23% | - |
| HSV(B) | 3.3º | 0.87% | 0.41% | - |
| XYZ | 6.14 | 3.5 | 0.77 | - |
| YUV | 44.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 14 | 0 | 0.82 | 0.87 | 0.59 | 3.3 | 0.76 | 0.23 |
| Hex | 69 | 13 | E | 0 | 52 | 57 | 3B | 3 | 4C | 17 |
| Octal | 151 | 23 | 16 | 0 | 122 | 127 | 73 | 3 | 114 | 27 |
| Binary | 1101001 | 10011 | 1110 | 0 | 1010010 | 1010111 | 111011 | 11 | 1001100 | 10111 |
Color Harmonies of #69130E
Complementary color
Monochromatic Colors of #69130E
Black with #69130E
Text Example
Text Example
White with #69130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69130E; }
p { color: rgb(105,19,14); }
H1.HeaderClassName
{
color: #69130E;
}
.AnyTagClassName
{
color: #69130E;
}
</style>
background-color css
<style>
a { background-color: #69130E; }
a { background-color: rgb(105,19,14); }
div.DivClassName
{
background-color: #69130E;
}
.BgClassName
{
background-color: #69130E;
}
</style>
border-color css
<style>
span { border-color: #69130E; }
span { border-color: rgb(105,19,14); }
td.TdClassName
{
border-color: #69130E;
}
.TagClassName
{
border-color: #69130E;
}
</style>