Shades of Red Oxide #662321
Tints of Red Oxide #662321
RGB
CMYK
RGB Variations
Color information
#662321 (or 0x662321) is known color: Red Oxide. HEX triplet: 66, 23 and 21. RGB value is (102,35,33). Sum of RGB (Red+Green+Blue) = 102+35+33=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #662321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662321 is #99DCDE. Grayscale: #363636. Windows color (decimal): -10083551 or 2171750. OLE color: 2171750.
HSL color Cylindrical-coordinate representation of color #662321: hue angle of 1.74º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662321 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 35 | 33 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.6 |
| HSL | 1.74º | 0.51% | 0.26% | - |
| HSV(B) | 1.74º | 0.68% | 0.4% | - |
| XYZ | 6.36 | 4.14 | 1.9 | - |
| YUV | 54.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 33 | 0 | 0.66 | 0.68 | 0.6 | 1.74 | 0.51 | 0.26 |
| Hex | 66 | 23 | 21 | 0 | 42 | 44 | 3C | 2 | 33 | 1A |
| Octal | 146 | 43 | 41 | 0 | 102 | 104 | 74 | 2 | 63 | 32 |
| Binary | 1100110 | 100011 | 100001 | 0 | 1000010 | 1000100 | 111100 | 10 | 110011 | 11010 |
Color Harmonies of #662321
Complementary color
Monochromatic Colors of #662321
Black with #662321
Text Example
Text Example
White with #662321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662321; }
p { color: rgb(102,35,33); }
H1.HeaderClassName
{
color: #662321;
}
.AnyTagClassName
{
color: #662321;
}
</style>
background-color css
<style>
a { background-color: #662321; }
a { background-color: rgb(102,35,33); }
div.DivClassName
{
background-color: #662321;
}
.BgClassName
{
background-color: #662321;
}
</style>
border-color css
<style>
span { border-color: #662321; }
span { border-color: rgb(102,35,33); }
td.TdClassName
{
border-color: #662321;
}
.TagClassName
{
border-color: #662321;
}
</style>