Shades of Red Oxide #691D1D
Tints of Red Oxide #691D1D
RGB
CMYK
RGB Variations
Color information
#691D1D (or 0x691D1D) is known color: Red Oxide. HEX triplet: 69, 1D and 1D. RGB value is (105,29,29). Sum of RGB (Red+Green+Blue) = 105+29+29=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D1D is #96E2E2. Grayscale: #333333. Windows color (decimal): -9888483 or 1908073. OLE color: 1908073.
HSL color Cylindrical-coordinate representation of color #691D1D: hue angle of 0º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D1D is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 29 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.59 |
| HSL | 0º | 0.57% | 0.26% | - |
| HSV(B) | 0º | 0.72% | 0.41% | - |
| XYZ | 6.49 | 3.97 | 1.59 | - |
| YUV | 51.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 29 | 0 | 0.72 | 0.72 | 0.59 | 0 | 0.57 | 0.26 |
| Hex | 69 | 1D | 1D | 0 | 48 | 48 | 3B | 0 | 39 | 1A |
| Octal | 151 | 35 | 35 | 0 | 110 | 110 | 73 | 0 | 71 | 32 |
| Binary | 1101001 | 11101 | 11101 | 0 | 1001000 | 1001000 | 111011 | 0 | 111001 | 11010 |
Color Harmonies of #691D1D
Complementary color
Monochromatic Colors of #691D1D
Black with #691D1D
Text Example
Text Example
White with #691D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D1D; }
p { color: rgb(105,29,29); }
H1.HeaderClassName
{
color: #691D1D;
}
.AnyTagClassName
{
color: #691D1D;
}
</style>
background-color css
<style>
a { background-color: #691D1D; }
a { background-color: rgb(105,29,29); }
div.DivClassName
{
background-color: #691D1D;
}
.BgClassName
{
background-color: #691D1D;
}
</style>
border-color css
<style>
span { border-color: #691D1D; }
span { border-color: rgb(105,29,29); }
td.TdClassName
{
border-color: #691D1D;
}
.TagClassName
{
border-color: #691D1D;
}
</style>