Shades of Red Oxide #61140C
Tints of Red Oxide #61140C
RGB
CMYK
RGB Variations
Color information
#61140C (or 0x61140C) is known color: Red Oxide. HEX triplet: 61, 14 and 0C. RGB value is (97,20,12). Sum of RGB (Red+Green+Blue) = 97+20+12=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #61140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61140C is #9EEBF3. Grayscale: #2A2A2A. Windows color (decimal): -10415092 or 791649. OLE color: 791649.
HSL color Cylindrical-coordinate representation of color #61140C: hue angle of 5.65º 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 #61140C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 20 | 12 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.62 |
| HSL | 5.65º | 0.78% | 0.21% | - |
| HSV(B) | 5.65º | 0.88% | 0.38% | - |
| XYZ | 5.25 | 3.07 | 0.66 | - |
| YUV | 42.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 12 | 0 | 0.79 | 0.88 | 0.62 | 5.65 | 0.78 | 0.21 |
| Hex | 61 | 14 | C | 0 | 4F | 58 | 3E | 6 | 4E | 15 |
| Octal | 141 | 24 | 14 | 0 | 117 | 130 | 76 | 6 | 116 | 25 |
| Binary | 1100001 | 10100 | 1100 | 0 | 1001111 | 1011000 | 111110 | 110 | 1001110 | 10101 |
Color Harmonies of #61140C
Complementary color
Monochromatic Colors of #61140C
Black with #61140C
Text Example
Text Example
White with #61140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61140C; }
p { color: rgb(97,20,12); }
H1.HeaderClassName
{
color: #61140C;
}
.AnyTagClassName
{
color: #61140C;
}
</style>
background-color css
<style>
a { background-color: #61140C; }
a { background-color: rgb(97,20,12); }
div.DivClassName
{
background-color: #61140C;
}
.BgClassName
{
background-color: #61140C;
}
</style>
border-color css
<style>
span { border-color: #61140C; }
span { border-color: rgb(97,20,12); }
td.TdClassName
{
border-color: #61140C;
}
.TagClassName
{
border-color: #61140C;
}
</style>