Shades of Red Oxide #67130D
Tints of Red Oxide #67130D
RGB
CMYK
RGB Variations
Color information
#67130D (or 0x67130D) is known color: Red Oxide. HEX triplet: 67, 13 and 0D. RGB value is (103,19,13). Sum of RGB (Red+Green+Blue) = 103+19+13=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67130D is #98ECF2. Grayscale: #2B2B2B. Windows color (decimal): -10022131 or 856935. OLE color: 856935.
HSL color Cylindrical-coordinate representation of color #67130D: hue angle of 4º 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 #67130D is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 13 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.60 |
| HSL | 4º | 0.78% | 0.23% | - |
| HSV(B) | 4º | 0.87% | 0.4% | - |
| XYZ | 5.9 | 3.38 | 0.72 | - |
| YUV | 43.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 13 | 0 | 0.82 | 0.87 | 0.60 | 4 | 0.78 | 0.23 |
| Hex | 67 | 13 | D | 0 | 52 | 57 | 3C | 4 | 4E | 17 |
| Octal | 147 | 23 | 15 | 0 | 122 | 127 | 74 | 4 | 116 | 27 |
| Binary | 1100111 | 10011 | 1101 | 0 | 1010010 | 1010111 | 111100 | 100 | 1001110 | 10111 |
Color Harmonies of #67130D
Complementary color
Monochromatic Colors of #67130D
Black with #67130D
Text Example
Text Example
White with #67130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67130D; }
p { color: rgb(103,19,13); }
H1.HeaderClassName
{
color: #67130D;
}
.AnyTagClassName
{
color: #67130D;
}
</style>
background-color css
<style>
a { background-color: #67130D; }
a { background-color: rgb(103,19,13); }
div.DivClassName
{
background-color: #67130D;
}
.BgClassName
{
background-color: #67130D;
}
</style>
border-color css
<style>
span { border-color: #67130D; }
span { border-color: rgb(103,19,13); }
td.TdClassName
{
border-color: #67130D;
}
.TagClassName
{
border-color: #67130D;
}
</style>