Shades of Red Oxide #611B13
Tints of Red Oxide #611B13
RGB
CMYK
RGB Variations
Color information
#611B13 (or 0x611B13) is known color: Red Oxide. HEX triplet: 61, 1B and 13. RGB value is (97,27,19). Sum of RGB (Red+Green+Blue) = 97+27+19=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B13 is #9EE4EC. Grayscale: #2F2F2F. Windows color (decimal): -10413293 or 1252193. OLE color: 1252193.
HSL color Cylindrical-coordinate representation of color #611B13: hue angle of 6.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611B13 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 19 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.62 |
| HSL | 6.15º | 0.67% | 0.23% | - |
| HSV(B) | 6.15º | 0.8% | 0.38% | - |
| XYZ | 5.44 | 3.37 | 0.98 | - |
| YUV | 47.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 19 | 0 | 0.72 | 0.80 | 0.62 | 6.15 | 0.67 | 0.23 |
| Hex | 61 | 1B | 13 | 0 | 48 | 50 | 3E | 6 | 43 | 17 |
| Octal | 141 | 33 | 23 | 0 | 110 | 120 | 76 | 6 | 103 | 27 |
| Binary | 1100001 | 11011 | 10011 | 0 | 1001000 | 1010000 | 111110 | 110 | 1000011 | 10111 |
Color Harmonies of #611B13
Complementary color
Monochromatic Colors of #611B13
Black with #611B13
Text Example
Text Example
White with #611B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B13; }
p { color: rgb(97,27,19); }
H1.HeaderClassName
{
color: #611B13;
}
.AnyTagClassName
{
color: #611B13;
}
</style>
background-color css
<style>
a { background-color: #611B13; }
a { background-color: rgb(97,27,19); }
div.DivClassName
{
background-color: #611B13;
}
.BgClassName
{
background-color: #611B13;
}
</style>
border-color css
<style>
span { border-color: #611B13; }
span { border-color: rgb(97,27,19); }
td.TdClassName
{
border-color: #611B13;
}
.TagClassName
{
border-color: #611B13;
}
</style>