Shades of Red Oxide #69211A
Tints of Red Oxide #69211A
RGB
CMYK
RGB Variations
Color information
#69211A (or 0x69211A) is known color: Red Oxide. HEX triplet: 69, 21 and 1A. RGB value is (105,33,26). Sum of RGB (Red+Green+Blue) = 105+33+26=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #69211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69211A is #96DEE5. Grayscale: #353535. Windows color (decimal): -9887462 or 1712489. OLE color: 1712489.
HSL color Cylindrical-coordinate representation of color #69211A: hue angle of 5.32º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69211A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 26 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.59 |
| HSL | 5.32º | 0.6% | 0.26% | - |
| HSV(B) | 5.32º | 0.75% | 0.41% | - |
| XYZ | 6.56 | 4.17 | 1.44 | - |
| YUV | 53.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 26 | 0 | 0.69 | 0.75 | 0.59 | 5.32 | 0.6 | 0.26 |
| Hex | 69 | 21 | 1A | 0 | 45 | 4B | 3B | 5 | 3C | 1A |
| Octal | 151 | 41 | 32 | 0 | 105 | 113 | 73 | 5 | 74 | 32 |
| Binary | 1101001 | 100001 | 11010 | 0 | 1000101 | 1001011 | 111011 | 101 | 111100 | 11010 |
Color Harmonies of #69211A
Complementary color
Monochromatic Colors of #69211A
Black with #69211A
Text Example
Text Example
White with #69211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69211A; }
p { color: rgb(105,33,26); }
H1.HeaderClassName
{
color: #69211A;
}
.AnyTagClassName
{
color: #69211A;
}
</style>
background-color css
<style>
a { background-color: #69211A; }
a { background-color: rgb(105,33,26); }
div.DivClassName
{
background-color: #69211A;
}
.BgClassName
{
background-color: #69211A;
}
</style>
border-color css
<style>
span { border-color: #69211A; }
span { border-color: rgb(105,33,26); }
td.TdClassName
{
border-color: #69211A;
}
.TagClassName
{
border-color: #69211A;
}
</style>