Shades of Red Oxide #67241B
Tints of Red Oxide #67241B
RGB
CMYK
RGB Variations
Color information
#67241B (or 0x67241B) is known color: Red Oxide. HEX triplet: 67, 24 and 1B. RGB value is (103,36,27). Sum of RGB (Red+Green+Blue) = 103+36+27=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67241B is #98DBE4. Grayscale: #373737. Windows color (decimal): -10017765 or 1778791. OLE color: 1778791.
HSL color Cylindrical-coordinate representation of color #67241B: hue angle of 7.11º 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 #67241B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 36 | 27 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.60 |
| HSL | 7.11º | 0.58% | 0.25% | - |
| HSV(B) | 7.11º | 0.74% | 0.4% | - |
| XYZ | 6.42 | 4.22 | 1.51 | - |
| YUV | 55.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 27 | 0 | 0.65 | 0.74 | 0.60 | 7.11 | 0.58 | 0.25 |
| Hex | 67 | 24 | 1B | 0 | 41 | 4A | 3C | 7 | 3A | 19 |
| Octal | 147 | 44 | 33 | 0 | 101 | 112 | 74 | 7 | 72 | 31 |
| Binary | 1100111 | 100100 | 11011 | 0 | 1000001 | 1001010 | 111100 | 111 | 111010 | 11001 |
Color Harmonies of #67241B
Complementary color
Monochromatic Colors of #67241B
Black with #67241B
Text Example
Text Example
White with #67241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67241B; }
p { color: rgb(103,36,27); }
H1.HeaderClassName
{
color: #67241B;
}
.AnyTagClassName
{
color: #67241B;
}
</style>
background-color css
<style>
a { background-color: #67241B; }
a { background-color: rgb(103,36,27); }
div.DivClassName
{
background-color: #67241B;
}
.BgClassName
{
background-color: #67241B;
}
</style>
border-color css
<style>
span { border-color: #67241B; }
span { border-color: rgb(103,36,27); }
td.TdClassName
{
border-color: #67241B;
}
.TagClassName
{
border-color: #67241B;
}
</style>