Shades of Red Oxide #662625
Tints of Red Oxide #662625
RGB
CMYK
RGB Variations
Color information
#662625 (or 0x662625) is known color: Red Oxide. HEX triplet: 66, 26 and 25. RGB value is (102,38,37). Sum of RGB (Red+Green+Blue) = 102+38+37=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #662625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662625 is #99D9DA. Grayscale: #393939. Windows color (decimal): -10082779 or 2434662. OLE color: 2434662.
HSL color Cylindrical-coordinate representation of color #662625: hue angle of 0.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662625 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 37 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.6 |
| HSL | 0.92º | 0.47% | 0.27% | - |
| HSV(B) | 0.92º | 0.64% | 0.4% | - |
| XYZ | 6.51 | 4.34 | 2.25 | - |
| YUV | 57.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 37 | 0 | 0.63 | 0.64 | 0.6 | 0.92 | 0.47 | 0.27 |
| Hex | 66 | 26 | 25 | 0 | 3F | 40 | 3C | 1 | 2F | 1B |
| Octal | 146 | 46 | 45 | 0 | 77 | 100 | 74 | 1 | 57 | 33 |
| Binary | 1100110 | 100110 | 100101 | 0 | 111111 | 1000000 | 111100 | 1 | 101111 | 11011 |
Color Harmonies of #662625
Complementary color
Monochromatic Colors of #662625
Black with #662625
Text Example
Text Example
White with #662625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662625; }
p { color: rgb(102,38,37); }
H1.HeaderClassName
{
color: #662625;
}
.AnyTagClassName
{
color: #662625;
}
</style>
background-color css
<style>
a { background-color: #662625; }
a { background-color: rgb(102,38,37); }
div.DivClassName
{
background-color: #662625;
}
.BgClassName
{
background-color: #662625;
}
</style>
border-color css
<style>
span { border-color: #662625; }
span { border-color: rgb(102,38,37); }
td.TdClassName
{
border-color: #662625;
}
.TagClassName
{
border-color: #662625;
}
</style>