Shades of Red Oxide #69201B
Tints of Red Oxide #69201B
RGB
CMYK
RGB Variations
Color information
#69201B (or 0x69201B) is known color: Red Oxide. HEX triplet: 69, 20 and 1B. RGB value is (105,32,27). Sum of RGB (Red+Green+Blue) = 105+32+27=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #69201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69201B is #96DFE4. Grayscale: #353535. Windows color (decimal): -9887717 or 1777769. OLE color: 1777769.
HSL color Cylindrical-coordinate representation of color #69201B: hue angle of 3.85º 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 #69201B is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 27 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.59 |
| HSL | 3.85º | 0.59% | 0.26% | - |
| HSV(B) | 3.85º | 0.74% | 0.41% | - |
| XYZ | 6.54 | 4.12 | 1.49 | - |
| YUV | 53.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 27 | 0 | 0.70 | 0.74 | 0.59 | 3.85 | 0.59 | 0.26 |
| Hex | 69 | 20 | 1B | 0 | 46 | 4A | 3B | 4 | 3B | 1A |
| Octal | 151 | 40 | 33 | 0 | 106 | 112 | 73 | 4 | 73 | 32 |
| Binary | 1101001 | 100000 | 11011 | 0 | 1000110 | 1001010 | 111011 | 100 | 111011 | 11010 |
Color Harmonies of #69201B
Complementary color
Monochromatic Colors of #69201B
Black with #69201B
Text Example
Text Example
White with #69201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69201B; }
p { color: rgb(105,32,27); }
H1.HeaderClassName
{
color: #69201B;
}
.AnyTagClassName
{
color: #69201B;
}
</style>
background-color css
<style>
a { background-color: #69201B; }
a { background-color: rgb(105,32,27); }
div.DivClassName
{
background-color: #69201B;
}
.BgClassName
{
background-color: #69201B;
}
</style>
border-color css
<style>
span { border-color: #69201B; }
span { border-color: rgb(105,32,27); }
td.TdClassName
{
border-color: #69201B;
}
.TagClassName
{
border-color: #69201B;
}
</style>