Shades of Red Oxide #611D12
Tints of Red Oxide #611D12
RGB
CMYK
RGB Variations
Color information
#611D12 (or 0x611D12) is known color: Red Oxide. HEX triplet: 61, 1D and 12. RGB value is (97,29,18). Sum of RGB (Red+Green+Blue) = 97+29+18=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #611D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D12 is #9EE2ED. Grayscale: #303030. Windows color (decimal): -10412782 or 1187169. OLE color: 1187169.
HSL color Cylindrical-coordinate representation of color #611D12: hue angle of 8.35º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611D12 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 18 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.62 |
| HSL | 8.35º | 0.69% | 0.23% | - |
| HSV(B) | 8.35º | 0.81% | 0.38% | - |
| XYZ | 5.48 | 3.46 | 0.95 | - |
| YUV | 48.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 18 | 0 | 0.70 | 0.81 | 0.62 | 8.35 | 0.69 | 0.23 |
| Hex | 61 | 1D | 12 | 0 | 46 | 51 | 3E | 8 | 45 | 17 |
| Octal | 141 | 35 | 22 | 0 | 106 | 121 | 76 | 10 | 105 | 27 |
| Binary | 1100001 | 11101 | 10010 | 0 | 1000110 | 1010001 | 111110 | 1000 | 1000101 | 10111 |
Color Harmonies of #611D12
Complementary color
Monochromatic Colors of #611D12
Black with #611D12
Text Example
Text Example
White with #611D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D12; }
p { color: rgb(97,29,18); }
H1.HeaderClassName
{
color: #611D12;
}
.AnyTagClassName
{
color: #611D12;
}
</style>
background-color css
<style>
a { background-color: #611D12; }
a { background-color: rgb(97,29,18); }
div.DivClassName
{
background-color: #611D12;
}
.BgClassName
{
background-color: #611D12;
}
</style>
border-color css
<style>
span { border-color: #611D12; }
span { border-color: rgb(97,29,18); }
td.TdClassName
{
border-color: #611D12;
}
.TagClassName
{
border-color: #611D12;
}
</style>