Shades of Red Oxide #69211B
Tints of Red Oxide #69211B
RGB
CMYK
RGB Variations
Color information
#69211B (or 0x69211B) is known color: Red Oxide. HEX triplet: 69, 21 and 1B. RGB value is (105,33,27). Sum of RGB (Red+Green+Blue) = 105+33+27=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #69211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69211B is #96DEE4. Grayscale: #353535. Windows color (decimal): -9887461 or 1778025. OLE color: 1778025.
HSL color Cylindrical-coordinate representation of color #69211B: hue angle of 4.62º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69211B is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 27 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.59 |
| HSL | 4.62º | 0.59% | 0.26% | - |
| HSV(B) | 4.62º | 0.74% | 0.41% | - |
| XYZ | 6.57 | 4.17 | 1.5 | - |
| YUV | 53.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 27 | 0 | 0.69 | 0.74 | 0.59 | 4.62 | 0.59 | 0.26 |
| Hex | 69 | 21 | 1B | 0 | 45 | 4A | 3B | 5 | 3B | 1A |
| Octal | 151 | 41 | 33 | 0 | 105 | 112 | 73 | 5 | 73 | 32 |
| Binary | 1101001 | 100001 | 11011 | 0 | 1000101 | 1001010 | 111011 | 101 | 111011 | 11010 |
Color Harmonies of #69211B
Complementary color
Monochromatic Colors of #69211B
Black with #69211B
Text Example
Text Example
White with #69211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69211B; }
p { color: rgb(105,33,27); }
H1.HeaderClassName
{
color: #69211B;
}
.AnyTagClassName
{
color: #69211B;
}
</style>
background-color css
<style>
a { background-color: #69211B; }
a { background-color: rgb(105,33,27); }
div.DivClassName
{
background-color: #69211B;
}
.BgClassName
{
background-color: #69211B;
}
</style>
border-color css
<style>
span { border-color: #69211B; }
span { border-color: rgb(105,33,27); }
td.TdClassName
{
border-color: #69211B;
}
.TagClassName
{
border-color: #69211B;
}
</style>