Shades of Red Oxide #611B19
Tints of Red Oxide #611B19
RGB
CMYK
RGB Variations
Color information
#611B19 (or 0x611B19) is known color: Red Oxide. HEX triplet: 61, 1B and 19. RGB value is (97,27,25). Sum of RGB (Red+Green+Blue) = 97+27+25=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B19 is #9EE4E6. Grayscale: #2F2F2F. Windows color (decimal): -10413287 or 1645409. OLE color: 1645409.
HSL color Cylindrical-coordinate representation of color #611B19: hue angle of 1.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611B19 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 25 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.62 |
| HSL | 1.67º | 0.59% | 0.24% | - |
| HSV(B) | 1.67º | 0.74% | 0.38% | - |
| XYZ | 5.5 | 3.4 | 1.29 | - |
| YUV | 47.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 25 | 0 | 0.72 | 0.74 | 0.62 | 1.67 | 0.59 | 0.24 |
| Hex | 61 | 1B | 19 | 0 | 48 | 4A | 3E | 2 | 3B | 18 |
| Octal | 141 | 33 | 31 | 0 | 110 | 112 | 76 | 2 | 73 | 30 |
| Binary | 1100001 | 11011 | 11001 | 0 | 1001000 | 1001010 | 111110 | 10 | 111011 | 11000 |
Color Harmonies of #611B19
Complementary color
Monochromatic Colors of #611B19
Black with #611B19
Text Example
Text Example
White with #611B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B19; }
p { color: rgb(97,27,25); }
H1.HeaderClassName
{
color: #611B19;
}
.AnyTagClassName
{
color: #611B19;
}
</style>
background-color css
<style>
a { background-color: #611B19; }
a { background-color: rgb(97,27,25); }
div.DivClassName
{
background-color: #611B19;
}
.BgClassName
{
background-color: #611B19;
}
</style>
border-color css
<style>
span { border-color: #611B19; }
span { border-color: rgb(97,27,25); }
td.TdClassName
{
border-color: #611B19;
}
.TagClassName
{
border-color: #611B19;
}
</style>