Shades of Red Oxide #661A0D
Tints of Red Oxide #661A0D
RGB
CMYK
RGB Variations
Color information
#661A0D (or 0x661A0D) is known color: Red Oxide. HEX triplet: 66, 1A and 0D. RGB value is (102,26,13). Sum of RGB (Red+Green+Blue) = 102+26+13=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A0D is #99E5F2. Grayscale: #2F2F2F. Windows color (decimal): -10085875 or 858726. OLE color: 858726.
HSL color Cylindrical-coordinate representation of color #661A0D: hue angle of 8.76º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661A0D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 13 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.6 |
| HSL | 8.76º | 0.77% | 0.23% | - |
| HSV(B) | 8.76º | 0.87% | 0.4% | - |
| XYZ | 5.92 | 3.59 | 0.76 | - |
| YUV | 47.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 13 | 0 | 0.75 | 0.87 | 0.6 | 8.76 | 0.77 | 0.23 |
| Hex | 66 | 1A | D | 0 | 4B | 57 | 3C | 9 | 4D | 17 |
| Octal | 146 | 32 | 15 | 0 | 113 | 127 | 74 | 11 | 115 | 27 |
| Binary | 1100110 | 11010 | 1101 | 0 | 1001011 | 1010111 | 111100 | 1001 | 1001101 | 10111 |
Color Harmonies of #661A0D
Complementary color
Monochromatic Colors of #661A0D
Black with #661A0D
Text Example
Text Example
White with #661A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A0D; }
p { color: rgb(102,26,13); }
H1.HeaderClassName
{
color: #661A0D;
}
.AnyTagClassName
{
color: #661A0D;
}
</style>
background-color css
<style>
a { background-color: #661A0D; }
a { background-color: rgb(102,26,13); }
div.DivClassName
{
background-color: #661A0D;
}
.BgClassName
{
background-color: #661A0D;
}
</style>
border-color css
<style>
span { border-color: #661A0D; }
span { border-color: rgb(102,26,13); }
td.TdClassName
{
border-color: #661A0D;
}
.TagClassName
{
border-color: #661A0D;
}
</style>