Shades of Red Oxide #661F1D
Tints of Red Oxide #661F1D
RGB
CMYK
RGB Variations
Color information
#661F1D (or 0x661F1D) is known color: Red Oxide. HEX triplet: 66, 1F and 1D. RGB value is (102,31,29). Sum of RGB (Red+Green+Blue) = 102+31+29=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F1D is #99E0E2. Grayscale: #343434. Windows color (decimal): -10084579 or 1908582. OLE color: 1908582.
HSL color Cylindrical-coordinate representation of color #661F1D: hue angle of 1.64º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661F1D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 29 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.6 |
| HSL | 1.64º | 0.56% | 0.26% | - |
| HSV(B) | 1.64º | 0.72% | 0.4% | - |
| XYZ | 6.19 | 3.89 | 1.59 | - |
| YUV | 52 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 29 | 0 | 0.70 | 0.72 | 0.6 | 1.64 | 0.56 | 0.26 |
| Hex | 66 | 1F | 1D | 0 | 46 | 48 | 3C | 2 | 38 | 1A |
| Octal | 146 | 37 | 35 | 0 | 106 | 110 | 74 | 2 | 70 | 32 |
| Binary | 1100110 | 11111 | 11101 | 0 | 1000110 | 1001000 | 111100 | 10 | 111000 | 11010 |
Color Harmonies of #661F1D
Complementary color
Monochromatic Colors of #661F1D
Black with #661F1D
Text Example
Text Example
White with #661F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F1D; }
p { color: rgb(102,31,29); }
H1.HeaderClassName
{
color: #661F1D;
}
.AnyTagClassName
{
color: #661F1D;
}
</style>
background-color css
<style>
a { background-color: #661F1D; }
a { background-color: rgb(102,31,29); }
div.DivClassName
{
background-color: #661F1D;
}
.BgClassName
{
background-color: #661F1D;
}
</style>
border-color css
<style>
span { border-color: #661F1D; }
span { border-color: rgb(102,31,29); }
td.TdClassName
{
border-color: #661F1D;
}
.TagClassName
{
border-color: #661F1D;
}
</style>