Shades of Red Oxide #611818
Tints of Red Oxide #611818
RGB
CMYK
RGB Variations
Color information
#611818 (or 0x611818) is known color: Red Oxide. HEX triplet: 61, 18 and 18. RGB value is (97,24,24). Sum of RGB (Red+Green+Blue) = 97+24+24=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611818 is #9EE7E7. Grayscale: #2D2D2D. Windows color (decimal): -10414056 or 1579105. OLE color: 1579105.
HSL color Cylindrical-coordinate representation of color #611818: hue angle of 0º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611818 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 24 | 24 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.62 |
| HSL | 0º | 0.6% | 0.24% | - |
| HSV(B) | 0º | 0.75% | 0.38% | - |
| XYZ | 5.42 | 3.26 | 1.21 | - |
| YUV | 45.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 24 | 0 | 0.75 | 0.75 | 0.62 | 0 | 0.6 | 0.24 |
| Hex | 61 | 18 | 18 | 0 | 4B | 4B | 3E | 0 | 3C | 18 |
| Octal | 141 | 30 | 30 | 0 | 113 | 113 | 76 | 0 | 74 | 30 |
| Binary | 1100001 | 11000 | 11000 | 0 | 1001011 | 1001011 | 111110 | 0 | 111100 | 11000 |
Color Harmonies of #611818
Complementary color
Monochromatic Colors of #611818
Black with #611818
Text Example
Text Example
White with #611818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611818; }
p { color: rgb(97,24,24); }
H1.HeaderClassName
{
color: #611818;
}
.AnyTagClassName
{
color: #611818;
}
</style>
background-color css
<style>
a { background-color: #611818; }
a { background-color: rgb(97,24,24); }
div.DivClassName
{
background-color: #611818;
}
.BgClassName
{
background-color: #611818;
}
</style>
border-color css
<style>
span { border-color: #611818; }
span { border-color: rgb(97,24,24); }
td.TdClassName
{
border-color: #611818;
}
.TagClassName
{
border-color: #611818;
}
</style>