Shades of Red Oxide #611C0D
Tints of Red Oxide #611C0D
RGB
CMYK
RGB Variations
Color information
#611C0D (or 0x611C0D) is known color: Red Oxide. HEX triplet: 61, 1C and 0D. RGB value is (97,28,13). Sum of RGB (Red+Green+Blue) = 97+28+13=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #611C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C0D is #9EE3F2. Grayscale: #2F2F2F. Windows color (decimal): -10413043 or 859233. OLE color: 859233.
HSL color Cylindrical-coordinate representation of color #611C0D: hue angle of 10.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611C0D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 13 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.62 |
| HSL | 10.71º | 0.76% | 0.22% | - |
| HSV(B) | 10.71º | 0.87% | 0.38% | - |
| XYZ | 5.42 | 3.4 | 0.75 | - |
| YUV | 46.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 13 | 0 | 0.71 | 0.87 | 0.62 | 10.71 | 0.76 | 0.22 |
| Hex | 61 | 1C | D | 0 | 47 | 57 | 3E | B | 4C | 16 |
| Octal | 141 | 34 | 15 | 0 | 107 | 127 | 76 | 13 | 114 | 26 |
| Binary | 1100001 | 11100 | 1101 | 0 | 1000111 | 1010111 | 111110 | 1011 | 1001100 | 10110 |
Color Harmonies of #611C0D
Complementary color
Monochromatic Colors of #611C0D
Black with #611C0D
Text Example
Text Example
White with #611C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C0D; }
p { color: rgb(97,28,13); }
H1.HeaderClassName
{
color: #611C0D;
}
.AnyTagClassName
{
color: #611C0D;
}
</style>
background-color css
<style>
a { background-color: #611C0D; }
a { background-color: rgb(97,28,13); }
div.DivClassName
{
background-color: #611C0D;
}
.BgClassName
{
background-color: #611C0D;
}
</style>
border-color css
<style>
span { border-color: #611C0D; }
span { border-color: rgb(97,28,13); }
td.TdClassName
{
border-color: #611C0D;
}
.TagClassName
{
border-color: #611C0D;
}
</style>