Shades of Red Oxide #611D0C
Tints of Red Oxide #611D0C
RGB
CMYK
RGB Variations
Color information
#611D0C (or 0x611D0C) is known color: Red Oxide. HEX triplet: 61, 1D and 0C. RGB value is (97,29,12). Sum of RGB (Red+Green+Blue) = 97+29+12=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #611D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D0C is #9EE2F3. Grayscale: #2F2F2F. Windows color (decimal): -10412788 or 793953. OLE color: 793953.
HSL color Cylindrical-coordinate representation of color #611D0C: hue angle of 12º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611D0C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 12 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.62 |
| HSL | 12º | 0.78% | 0.21% | - |
| HSV(B) | 12º | 0.88% | 0.38% | - |
| XYZ | 5.44 | 3.45 | 0.73 | - |
| YUV | 47.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 12 | 0 | 0.70 | 0.88 | 0.62 | 12 | 0.78 | 0.21 |
| Hex | 61 | 1D | C | 0 | 46 | 58 | 3E | C | 4E | 15 |
| Octal | 141 | 35 | 14 | 0 | 106 | 130 | 76 | 14 | 116 | 25 |
| Binary | 1100001 | 11101 | 1100 | 0 | 1000110 | 1011000 | 111110 | 1100 | 1001110 | 10101 |
Color Harmonies of #611D0C
Complementary color
Monochromatic Colors of #611D0C
Black with #611D0C
Text Example
Text Example
White with #611D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D0C; }
p { color: rgb(97,29,12); }
H1.HeaderClassName
{
color: #611D0C;
}
.AnyTagClassName
{
color: #611D0C;
}
</style>
background-color css
<style>
a { background-color: #611D0C; }
a { background-color: rgb(97,29,12); }
div.DivClassName
{
background-color: #611D0C;
}
.BgClassName
{
background-color: #611D0C;
}
</style>
border-color css
<style>
span { border-color: #611D0C; }
span { border-color: rgb(97,29,12); }
td.TdClassName
{
border-color: #611D0C;
}
.TagClassName
{
border-color: #611D0C;
}
</style>