Shades of Red Oxide #61190C
Tints of Red Oxide #61190C
RGB
CMYK
RGB Variations
Color information
#61190C (or 0x61190C) is known color: Red Oxide. HEX triplet: 61, 19 and 0C. RGB value is (97,25,12). Sum of RGB (Red+Green+Blue) = 97+25+12=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #61190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61190C is #9EE6F3. Grayscale: #2D2D2D. Windows color (decimal): -10413812 or 792929. OLE color: 792929.
HSL color Cylindrical-coordinate representation of color #61190C: hue angle of 9.18º 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 #61190C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 12 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.62 |
| HSL | 9.18º | 0.78% | 0.21% | - |
| HSV(B) | 9.18º | 0.88% | 0.38% | - |
| XYZ | 5.34 | 3.26 | 0.7 | - |
| YUV | 45.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 12 | 0 | 0.74 | 0.88 | 0.62 | 9.18 | 0.78 | 0.21 |
| Hex | 61 | 19 | C | 0 | 4A | 58 | 3E | 9 | 4E | 15 |
| Octal | 141 | 31 | 14 | 0 | 112 | 130 | 76 | 11 | 116 | 25 |
| Binary | 1100001 | 11001 | 1100 | 0 | 1001010 | 1011000 | 111110 | 1001 | 1001110 | 10101 |
Color Harmonies of #61190C
Complementary color
Monochromatic Colors of #61190C
Black with #61190C
Text Example
Text Example
White with #61190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61190C; }
p { color: rgb(97,25,12); }
H1.HeaderClassName
{
color: #61190C;
}
.AnyTagClassName
{
color: #61190C;
}
</style>
background-color css
<style>
a { background-color: #61190C; }
a { background-color: rgb(97,25,12); }
div.DivClassName
{
background-color: #61190C;
}
.BgClassName
{
background-color: #61190C;
}
</style>
border-color css
<style>
span { border-color: #61190C; }
span { border-color: rgb(97,25,12); }
td.TdClassName
{
border-color: #61190C;
}
.TagClassName
{
border-color: #61190C;
}
</style>