Shades of Red Oxide #67201A
Tints of Red Oxide #67201A
RGB
CMYK
RGB Variations
Color information
#67201A (or 0x67201A) is known color: Red Oxide. HEX triplet: 67, 20 and 1A. RGB value is (103,32,26). Sum of RGB (Red+Green+Blue) = 103+32+26=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #67201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67201A is #98DFE5. Grayscale: #343434. Windows color (decimal): -10018790 or 1712231. OLE color: 1712231.
HSL color Cylindrical-coordinate representation of color #67201A: hue angle of 4.68º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67201A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 26 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.60 |
| HSL | 4.68º | 0.6% | 0.25% | - |
| HSV(B) | 4.68º | 0.75% | 0.4% | - |
| XYZ | 6.3 | 3.99 | 1.42 | - |
| YUV | 52.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 26 | 0 | 0.69 | 0.75 | 0.60 | 4.68 | 0.6 | 0.25 |
| Hex | 67 | 20 | 1A | 0 | 45 | 4B | 3C | 5 | 3C | 19 |
| Octal | 147 | 40 | 32 | 0 | 105 | 113 | 74 | 5 | 74 | 31 |
| Binary | 1100111 | 100000 | 11010 | 0 | 1000101 | 1001011 | 111100 | 101 | 111100 | 11001 |
Color Harmonies of #67201A
Complementary color
Monochromatic Colors of #67201A
Black with #67201A
Text Example
Text Example
White with #67201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67201A; }
p { color: rgb(103,32,26); }
H1.HeaderClassName
{
color: #67201A;
}
.AnyTagClassName
{
color: #67201A;
}
</style>
background-color css
<style>
a { background-color: #67201A; }
a { background-color: rgb(103,32,26); }
div.DivClassName
{
background-color: #67201A;
}
.BgClassName
{
background-color: #67201A;
}
</style>
border-color css
<style>
span { border-color: #67201A; }
span { border-color: rgb(103,32,26); }
td.TdClassName
{
border-color: #67201A;
}
.TagClassName
{
border-color: #67201A;
}
</style>