Shades of Red Oxide #6D2019
Tints of Red Oxide #6D2019
RGB
CMYK
RGB Variations
Color information
#6D2019 (or 0x6D2019) is known color: Red Oxide. HEX triplet: 6D, 20 and 19. RGB value is (109,32,25). Sum of RGB (Red+Green+Blue) = 109+32+25=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2019 is #92DFE6. Grayscale: #363636. Windows color (decimal): -9625575 or 1646701. OLE color: 1646701.
HSL color Cylindrical-coordinate representation of color #6D2019: hue angle of 5º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D2019 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 25 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.57 |
| HSL | 5º | 0.63% | 0.26% | - |
| HSV(B) | 5º | 0.77% | 0.43% | - |
| XYZ | 7 | 4.35 | 1.39 | - |
| YUV | 54.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 25 | 0 | 0.71 | 0.77 | 0.57 | 5 | 0.63 | 0.26 |
| Hex | 6D | 20 | 19 | 0 | 47 | 4D | 39 | 5 | 3F | 1A |
| Octal | 155 | 40 | 31 | 0 | 107 | 115 | 71 | 5 | 77 | 32 |
| Binary | 1101101 | 100000 | 11001 | 0 | 1000111 | 1001101 | 111001 | 101 | 111111 | 11010 |
Color Harmonies of #6D2019
Complementary color
Monochromatic Colors of #6D2019
Black with #6D2019
Text Example
Text Example
White with #6D2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2019; }
p { color: rgb(109,32,25); }
H1.HeaderClassName
{
color: #6D2019;
}
.AnyTagClassName
{
color: #6D2019;
}
</style>
background-color css
<style>
a { background-color: #6D2019; }
a { background-color: rgb(109,32,25); }
div.DivClassName
{
background-color: #6D2019;
}
.BgClassName
{
background-color: #6D2019;
}
</style>
border-color css
<style>
span { border-color: #6D2019; }
span { border-color: rgb(109,32,25); }
td.TdClassName
{
border-color: #6D2019;
}
.TagClassName
{
border-color: #6D2019;
}
</style>