Shades of Red Oxide #67170F
Tints of Red Oxide #67170F
RGB
CMYK
RGB Variations
Color information
#67170F (or 0x67170F) is known color: Red Oxide. HEX triplet: 67, 17 and 0F. RGB value is (103,23,15). Sum of RGB (Red+Green+Blue) = 103+23+15=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #67170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67170F is #98E8F0. Grayscale: #2E2E2E. Windows color (decimal): -10021105 or 989031. OLE color: 989031.
HSL color Cylindrical-coordinate representation of color #67170F: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67170F is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 15 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.60 |
| HSL | 5.45º | 0.75% | 0.23% | - |
| HSV(B) | 5.45º | 0.85% | 0.4% | - |
| XYZ | 5.99 | 3.53 | 0.82 | - |
| YUV | 46.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 15 | 0 | 0.78 | 0.85 | 0.60 | 5.45 | 0.75 | 0.23 |
| Hex | 67 | 17 | F | 0 | 4E | 55 | 3C | 5 | 4B | 17 |
| Octal | 147 | 27 | 17 | 0 | 116 | 125 | 74 | 5 | 113 | 27 |
| Binary | 1100111 | 10111 | 1111 | 0 | 1001110 | 1010101 | 111100 | 101 | 1001011 | 10111 |
Color Harmonies of #67170F
Complementary color
Monochromatic Colors of #67170F
Black with #67170F
Text Example
Text Example
White with #67170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67170F; }
p { color: rgb(103,23,15); }
H1.HeaderClassName
{
color: #67170F;
}
.AnyTagClassName
{
color: #67170F;
}
</style>
background-color css
<style>
a { background-color: #67170F; }
a { background-color: rgb(103,23,15); }
div.DivClassName
{
background-color: #67170F;
}
.BgClassName
{
background-color: #67170F;
}
</style>
border-color css
<style>
span { border-color: #67170F; }
span { border-color: rgb(103,23,15); }
td.TdClassName
{
border-color: #67170F;
}
.TagClassName
{
border-color: #67170F;
}
</style>