Shades of Red Oxide #67150D
Tints of Red Oxide #67150D
RGB
CMYK
RGB Variations
Color information
#67150D (or 0x67150D) is known color: Red Oxide. HEX triplet: 67, 15 and 0D. RGB value is (103,21,13). Sum of RGB (Red+Green+Blue) = 103+21+13=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #67150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150D is #98EAF2. Grayscale: #2C2C2C. Windows color (decimal): -10021619 or 857447. OLE color: 857447.
HSL color Cylindrical-coordinate representation of color #67150D: hue angle of 5.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67150D is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 13 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.60 |
| HSL | 5.33º | 0.78% | 0.23% | - |
| HSV(B) | 5.33º | 0.87% | 0.4% | - |
| XYZ | 5.93 | 3.45 | 0.73 | - |
| YUV | 44.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 13 | 0 | 0.80 | 0.87 | 0.60 | 5.33 | 0.78 | 0.23 |
| Hex | 67 | 15 | D | 0 | 50 | 57 | 3C | 5 | 4E | 17 |
| Octal | 147 | 25 | 15 | 0 | 120 | 127 | 74 | 5 | 116 | 27 |
| Binary | 1100111 | 10101 | 1101 | 0 | 1010000 | 1010111 | 111100 | 101 | 1001110 | 10111 |
Color Harmonies of #67150D
Complementary color
Monochromatic Colors of #67150D
Black with #67150D
Text Example
Text Example
White with #67150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67150D; }
p { color: rgb(103,21,13); }
H1.HeaderClassName
{
color: #67150D;
}
.AnyTagClassName
{
color: #67150D;
}
</style>
background-color css
<style>
a { background-color: #67150D; }
a { background-color: rgb(103,21,13); }
div.DivClassName
{
background-color: #67150D;
}
.BgClassName
{
background-color: #67150D;
}
</style>
border-color css
<style>
span { border-color: #67150D; }
span { border-color: rgb(103,21,13); }
td.TdClassName
{
border-color: #67150D;
}
.TagClassName
{
border-color: #67150D;
}
</style>