Shades of Red Oxide #67201F
Tints of Red Oxide #67201F
RGB
CMYK
RGB Variations
Color information
#67201F (or 0x67201F) is known color: Red Oxide. HEX triplet: 67, 20 and 1F. RGB value is (103,32,31). Sum of RGB (Red+Green+Blue) = 103+32+31=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67201F is #98DFE0. Grayscale: #353535. Windows color (decimal): -10018785 or 2039911. OLE color: 2039911.
HSL color Cylindrical-coordinate representation of color #67201F: hue angle of 0.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67201F is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 31 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.60 |
| HSL | 0.83º | 0.54% | 0.26% | - |
| HSV(B) | 0.83º | 0.7% | 0.4% | - |
| XYZ | 6.36 | 4.02 | 1.74 | - |
| YUV | 53.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 31 | 0 | 0.69 | 0.70 | 0.60 | 0.83 | 0.54 | 0.26 |
| Hex | 67 | 20 | 1F | 0 | 45 | 46 | 3C | 1 | 36 | 1A |
| Octal | 147 | 40 | 37 | 0 | 105 | 106 | 74 | 1 | 66 | 32 |
| Binary | 1100111 | 100000 | 11111 | 0 | 1000101 | 1000110 | 111100 | 1 | 110110 | 11010 |
Color Harmonies of #67201F
Complementary color
Monochromatic Colors of #67201F
Black with #67201F
Text Example
Text Example
White with #67201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67201F; }
p { color: rgb(103,32,31); }
H1.HeaderClassName
{
color: #67201F;
}
.AnyTagClassName
{
color: #67201F;
}
</style>
background-color css
<style>
a { background-color: #67201F; }
a { background-color: rgb(103,32,31); }
div.DivClassName
{
background-color: #67201F;
}
.BgClassName
{
background-color: #67201F;
}
</style>
border-color css
<style>
span { border-color: #67201F; }
span { border-color: rgb(103,32,31); }
td.TdClassName
{
border-color: #67201F;
}
.TagClassName
{
border-color: #67201F;
}
</style>