Shades of Red Oxide #611B18
Tints of Red Oxide #611B18
RGB
CMYK
RGB Variations
Color information
#611B18 (or 0x611B18) is known color: Red Oxide. HEX triplet: 61, 1B and 18. RGB value is (97,27,24). Sum of RGB (Red+Green+Blue) = 97+27+24=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #611B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B18 is #9EE4E7. Grayscale: #2F2F2F. Windows color (decimal): -10413288 or 1579873. OLE color: 1579873.
HSL color Cylindrical-coordinate representation of color #611B18: hue angle of 2.47º 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 #611B18 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 24 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.62 |
| HSL | 2.47º | 0.6% | 0.24% | - |
| HSV(B) | 2.47º | 0.75% | 0.38% | - |
| XYZ | 5.49 | 3.39 | 1.23 | - |
| YUV | 47.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 24 | 0 | 0.72 | 0.75 | 0.62 | 2.47 | 0.6 | 0.24 |
| Hex | 61 | 1B | 18 | 0 | 48 | 4B | 3E | 2 | 3C | 18 |
| Octal | 141 | 33 | 30 | 0 | 110 | 113 | 76 | 2 | 74 | 30 |
| Binary | 1100001 | 11011 | 11000 | 0 | 1001000 | 1001011 | 111110 | 10 | 111100 | 11000 |
Color Harmonies of #611B18
Complementary color
Monochromatic Colors of #611B18
Black with #611B18
Text Example
Text Example
White with #611B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B18; }
p { color: rgb(97,27,24); }
H1.HeaderClassName
{
color: #611B18;
}
.AnyTagClassName
{
color: #611B18;
}
</style>
background-color css
<style>
a { background-color: #611B18; }
a { background-color: rgb(97,27,24); }
div.DivClassName
{
background-color: #611B18;
}
.BgClassName
{
background-color: #611B18;
}
</style>
border-color css
<style>
span { border-color: #611B18; }
span { border-color: rgb(97,27,24); }
td.TdClassName
{
border-color: #611B18;
}
.TagClassName
{
border-color: #611B18;
}
</style>