Shades of Red Oxide #69140D
Tints of Red Oxide #69140D
RGB
CMYK
RGB Variations
Color information
#69140D (or 0x69140D) is known color: Red Oxide. HEX triplet: 69, 14 and 0D. RGB value is (105,20,13). Sum of RGB (Red+Green+Blue) = 105+20+13=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #69140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69140D is #96EBF2. Grayscale: #2C2C2C. Windows color (decimal): -9890803 or 857193. OLE color: 857193.
HSL color Cylindrical-coordinate representation of color #69140D: hue angle of 4.57º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69140D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 20 | 13 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.59 |
| HSL | 4.57º | 0.78% | 0.23% | - |
| HSV(B) | 4.57º | 0.88% | 0.41% | - |
| XYZ | 6.15 | 3.53 | 0.74 | - |
| YUV | 44.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 13 | 0 | 0.81 | 0.88 | 0.59 | 4.57 | 0.78 | 0.23 |
| Hex | 69 | 14 | D | 0 | 51 | 58 | 3B | 5 | 4E | 17 |
| Octal | 151 | 24 | 15 | 0 | 121 | 130 | 73 | 5 | 116 | 27 |
| Binary | 1101001 | 10100 | 1101 | 0 | 1010001 | 1011000 | 111011 | 101 | 1001110 | 10111 |
Color Harmonies of #69140D
Complementary color
Monochromatic Colors of #69140D
Black with #69140D
Text Example
Text Example
White with #69140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69140D; }
p { color: rgb(105,20,13); }
H1.HeaderClassName
{
color: #69140D;
}
.AnyTagClassName
{
color: #69140D;
}
</style>
background-color css
<style>
a { background-color: #69140D; }
a { background-color: rgb(105,20,13); }
div.DivClassName
{
background-color: #69140D;
}
.BgClassName
{
background-color: #69140D;
}
</style>
border-color css
<style>
span { border-color: #69140D; }
span { border-color: rgb(105,20,13); }
td.TdClassName
{
border-color: #69140D;
}
.TagClassName
{
border-color: #69140D;
}
</style>