Shades of Red Oxide #67211B
Tints of Red Oxide #67211B
RGB
CMYK
RGB Variations
Color information
#67211B (or 0x67211B) is known color: Red Oxide. HEX triplet: 67, 21 and 1B. RGB value is (103,33,27). Sum of RGB (Red+Green+Blue) = 103+33+27=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #67211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67211B is #98DEE4. Grayscale: #353535. Windows color (decimal): -10018533 or 1778023. OLE color: 1778023.
HSL color Cylindrical-coordinate representation of color #67211B: hue angle of 4.74º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67211B is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 27 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.60 |
| HSL | 4.74º | 0.58% | 0.25% | - |
| HSV(B) | 4.74º | 0.74% | 0.4% | - |
| XYZ | 6.34 | 4.05 | 1.48 | - |
| YUV | 53.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 27 | 0 | 0.68 | 0.74 | 0.60 | 4.74 | 0.58 | 0.25 |
| Hex | 67 | 21 | 1B | 0 | 44 | 4A | 3C | 5 | 3A | 19 |
| Octal | 147 | 41 | 33 | 0 | 104 | 112 | 74 | 5 | 72 | 31 |
| Binary | 1100111 | 100001 | 11011 | 0 | 1000100 | 1001010 | 111100 | 101 | 111010 | 11001 |
Color Harmonies of #67211B
Complementary color
Monochromatic Colors of #67211B
Black with #67211B
Text Example
Text Example
White with #67211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67211B; }
p { color: rgb(103,33,27); }
H1.HeaderClassName
{
color: #67211B;
}
.AnyTagClassName
{
color: #67211B;
}
</style>
background-color css
<style>
a { background-color: #67211B; }
a { background-color: rgb(103,33,27); }
div.DivClassName
{
background-color: #67211B;
}
.BgClassName
{
background-color: #67211B;
}
</style>
border-color css
<style>
span { border-color: #67211B; }
span { border-color: rgb(103,33,27); }
td.TdClassName
{
border-color: #67211B;
}
.TagClassName
{
border-color: #67211B;
}
</style>