Shades of Red Oxide #69221C
Tints of Red Oxide #69221C
RGB
CMYK
RGB Variations
Color information
#69221C (or 0x69221C) is known color: Red Oxide. HEX triplet: 69, 22 and 1C. RGB value is (105,34,28). Sum of RGB (Red+Green+Blue) = 105+34+28=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69221C is #96DDE3. Grayscale: #363636. Windows color (decimal): -9887204 or 1843817. OLE color: 1843817.
HSL color Cylindrical-coordinate representation of color #69221C: hue angle of 4.68º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69221C is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 34 | 28 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.59 |
| HSL | 4.68º | 0.58% | 0.26% | - |
| HSV(B) | 4.68º | 0.73% | 0.41% | - |
| XYZ | 6.61 | 4.23 | 1.57 | - |
| YUV | 54.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 28 | 0 | 0.68 | 0.73 | 0.59 | 4.68 | 0.58 | 0.26 |
| Hex | 69 | 22 | 1C | 0 | 44 | 49 | 3B | 5 | 3A | 1A |
| Octal | 151 | 42 | 34 | 0 | 104 | 111 | 73 | 5 | 72 | 32 |
| Binary | 1101001 | 100010 | 11100 | 0 | 1000100 | 1001001 | 111011 | 101 | 111010 | 11010 |
Color Harmonies of #69221C
Complementary color
Monochromatic Colors of #69221C
Black with #69221C
Text Example
Text Example
White with #69221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69221C; }
p { color: rgb(105,34,28); }
H1.HeaderClassName
{
color: #69221C;
}
.AnyTagClassName
{
color: #69221C;
}
</style>
background-color css
<style>
a { background-color: #69221C; }
a { background-color: rgb(105,34,28); }
div.DivClassName
{
background-color: #69221C;
}
.BgClassName
{
background-color: #69221C;
}
</style>
border-color css
<style>
span { border-color: #69221C; }
span { border-color: rgb(105,34,28); }
td.TdClassName
{
border-color: #69221C;
}
.TagClassName
{
border-color: #69221C;
}
</style>