Shades of Red Oxide #611A05
Tints of Red Oxide #611A05
RGB
CMYK
RGB Variations
Color information
#611A05 (or 0x611A05) is known color: Red Oxide. HEX triplet: 61, 1A and 05. RGB value is (97,26,5). Sum of RGB (Red+Green+Blue) = 97+26+5=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #611A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A05 is #9EE5FA. Grayscale: #2C2C2C. Windows color (decimal): -10413563 or 334433. OLE color: 334433.
HSL color Cylindrical-coordinate representation of color #611A05: hue angle of 13.7º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #611A05 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 5 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.62 |
| HSL | 13.7º | 0.9% | 0.2% | - |
| HSV(B) | 13.7º | 0.95% | 0.38% | - |
| XYZ | 5.33 | 3.29 | 0.5 | - |
| YUV | 44.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 5 | 0 | 0.73 | 0.95 | 0.62 | 13.7 | 0.9 | 0.2 |
| Hex | 61 | 1A | 5 | 0 | 49 | 5F | 3E | E | 5A | 14 |
| Octal | 141 | 32 | 5 | 0 | 111 | 137 | 76 | 16 | 132 | 24 |
| Binary | 1100001 | 11010 | 101 | 0 | 1001001 | 1011111 | 111110 | 1110 | 1011010 | 10100 |
Color Harmonies of #611A05
Complementary color
Monochromatic Colors of #611A05
Black with #611A05
Text Example
Text Example
White with #611A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A05; }
p { color: rgb(97,26,5); }
H1.HeaderClassName
{
color: #611A05;
}
.AnyTagClassName
{
color: #611A05;
}
</style>
background-color css
<style>
a { background-color: #611A05; }
a { background-color: rgb(97,26,5); }
div.DivClassName
{
background-color: #611A05;
}
.BgClassName
{
background-color: #611A05;
}
</style>
border-color css
<style>
span { border-color: #611A05; }
span { border-color: rgb(97,26,5); }
td.TdClassName
{
border-color: #611A05;
}
.TagClassName
{
border-color: #611A05;
}
</style>