Shades of Red Oxide #611B0F
Tints of Red Oxide #611B0F
RGB
CMYK
RGB Variations
Color information
#611B0F (or 0x611B0F) is known color: Red Oxide. HEX triplet: 61, 1B and 0F. RGB value is (97,27,15). Sum of RGB (Red+Green+Blue) = 97+27+15=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #611B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B0F is #9EE4F0. Grayscale: #2E2E2E. Windows color (decimal): -10413297 or 990049. OLE color: 990049.
HSL color Cylindrical-coordinate representation of color #611B0F: hue angle of 8.78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611B0F is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 15 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.62 |
| HSL | 8.78º | 0.73% | 0.22% | - |
| HSV(B) | 8.78º | 0.85% | 0.38% | - |
| XYZ | 5.41 | 3.36 | 0.82 | - |
| YUV | 46.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 15 | 0 | 0.72 | 0.85 | 0.62 | 8.78 | 0.73 | 0.22 |
| Hex | 61 | 1B | F | 0 | 48 | 55 | 3E | 9 | 49 | 16 |
| Octal | 141 | 33 | 17 | 0 | 110 | 125 | 76 | 11 | 111 | 26 |
| Binary | 1100001 | 11011 | 1111 | 0 | 1001000 | 1010101 | 111110 | 1001 | 1001001 | 10110 |
Color Harmonies of #611B0F
Complementary color
Monochromatic Colors of #611B0F
Black with #611B0F
Text Example
Text Example
White with #611B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B0F; }
p { color: rgb(97,27,15); }
H1.HeaderClassName
{
color: #611B0F;
}
.AnyTagClassName
{
color: #611B0F;
}
</style>
background-color css
<style>
a { background-color: #611B0F; }
a { background-color: rgb(97,27,15); }
div.DivClassName
{
background-color: #611B0F;
}
.BgClassName
{
background-color: #611B0F;
}
</style>
border-color css
<style>
span { border-color: #611B0F; }
span { border-color: rgb(97,27,15); }
td.TdClassName
{
border-color: #611B0F;
}
.TagClassName
{
border-color: #611B0F;
}
</style>