Shades of Red Oxide #692321
Tints of Red Oxide #692321
RGB
CMYK
RGB Variations
Color information
#692321 (or 0x692321) is known color: Red Oxide. HEX triplet: 69, 23 and 21. RGB value is (105,35,33). Sum of RGB (Red+Green+Blue) = 105+35+33=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #692321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692321 is #96DCDE. Grayscale: #373737. Windows color (decimal): -9886943 or 2171753. OLE color: 2171753.
HSL color Cylindrical-coordinate representation of color #692321: hue angle of 1.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692321 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 35 | 33 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.59 |
| HSL | 1.67º | 0.52% | 0.27% | - |
| HSV(B) | 1.67º | 0.69% | 0.41% | - |
| XYZ | 6.7 | 4.32 | 1.92 | - |
| YUV | 55.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 33 | 0 | 0.67 | 0.69 | 0.59 | 1.67 | 0.52 | 0.27 |
| Hex | 69 | 23 | 21 | 0 | 43 | 45 | 3B | 2 | 34 | 1B |
| Octal | 151 | 43 | 41 | 0 | 103 | 105 | 73 | 2 | 64 | 33 |
| Binary | 1101001 | 100011 | 100001 | 0 | 1000011 | 1000101 | 111011 | 10 | 110100 | 11011 |
Color Harmonies of #692321
Complementary color
Monochromatic Colors of #692321
Black with #692321
Text Example
Text Example
White with #692321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692321; }
p { color: rgb(105,35,33); }
H1.HeaderClassName
{
color: #692321;
}
.AnyTagClassName
{
color: #692321;
}
</style>
background-color css
<style>
a { background-color: #692321; }
a { background-color: rgb(105,35,33); }
div.DivClassName
{
background-color: #692321;
}
.BgClassName
{
background-color: #692321;
}
</style>
border-color css
<style>
span { border-color: #692321; }
span { border-color: rgb(105,35,33); }
td.TdClassName
{
border-color: #692321;
}
.TagClassName
{
border-color: #692321;
}
</style>