Shades of Red Oxide #61241E
Tints of Red Oxide #61241E
RGB
CMYK
RGB Variations
Color information
#61241E (or 0x61241E) is known color: Red Oxide. HEX triplet: 61, 24 and 1E. RGB value is (97,36,30). Sum of RGB (Red+Green+Blue) = 97+36+30=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61241E is #9EDBE1. Grayscale: #353535. Windows color (decimal): -10410978 or 1975393. OLE color: 1975393.
HSL color Cylindrical-coordinate representation of color #61241E: hue angle of 5.37º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61241E is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 36 | 30 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.62 |
| HSL | 5.37º | 0.53% | 0.25% | - |
| HSV(B) | 5.37º | 0.69% | 0.38% | - |
| XYZ | 5.79 | 3.9 | 1.68 | - |
| YUV | 53.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 30 | 0 | 0.63 | 0.69 | 0.62 | 5.37 | 0.53 | 0.25 |
| Hex | 61 | 24 | 1E | 0 | 3F | 45 | 3E | 5 | 35 | 19 |
| Octal | 141 | 44 | 36 | 0 | 77 | 105 | 76 | 5 | 65 | 31 |
| Binary | 1100001 | 100100 | 11110 | 0 | 111111 | 1000101 | 111110 | 101 | 110101 | 11001 |
Color Harmonies of #61241E
Complementary color
Monochromatic Colors of #61241E
Black with #61241E
Text Example
Text Example
White with #61241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61241E; }
p { color: rgb(97,36,30); }
H1.HeaderClassName
{
color: #61241E;
}
.AnyTagClassName
{
color: #61241E;
}
</style>
background-color css
<style>
a { background-color: #61241E; }
a { background-color: rgb(97,36,30); }
div.DivClassName
{
background-color: #61241E;
}
.BgClassName
{
background-color: #61241E;
}
</style>
border-color css
<style>
span { border-color: #61241E; }
span { border-color: rgb(97,36,30); }
td.TdClassName
{
border-color: #61241E;
}
.TagClassName
{
border-color: #61241E;
}
</style>