Shades of Red Oxide #672723
Tints of Red Oxide #672723
RGB
CMYK
RGB Variations
Color information
#672723 (or 0x672723) is known color: Red Oxide. HEX triplet: 67, 27 and 23. RGB value is (103,39,35). Sum of RGB (Red+Green+Blue) = 103+39+35=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #672723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672723 is #98D8DC. Grayscale: #393939. Windows color (decimal): -10016989 or 2303847. OLE color: 2303847.
HSL color Cylindrical-coordinate representation of color #672723: hue angle of 3.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672723 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 35 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.60 |
| HSL | 3.53º | 0.49% | 0.27% | - |
| HSV(B) | 3.53º | 0.66% | 0.4% | - |
| XYZ | 6.62 | 4.46 | 2.1 | - |
| YUV | 57.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 35 | 0 | 0.62 | 0.66 | 0.60 | 3.53 | 0.49 | 0.27 |
| Hex | 67 | 27 | 23 | 0 | 3E | 42 | 3C | 4 | 31 | 1B |
| Octal | 147 | 47 | 43 | 0 | 76 | 102 | 74 | 4 | 61 | 33 |
| Binary | 1100111 | 100111 | 100011 | 0 | 111110 | 1000010 | 111100 | 100 | 110001 | 11011 |
Color Harmonies of #672723
Complementary color
Monochromatic Colors of #672723
Black with #672723
Text Example
Text Example
White with #672723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672723; }
p { color: rgb(103,39,35); }
H1.HeaderClassName
{
color: #672723;
}
.AnyTagClassName
{
color: #672723;
}
</style>
background-color css
<style>
a { background-color: #672723; }
a { background-color: rgb(103,39,35); }
div.DivClassName
{
background-color: #672723;
}
.BgClassName
{
background-color: #672723;
}
</style>
border-color css
<style>
span { border-color: #672723; }
span { border-color: rgb(103,39,35); }
td.TdClassName
{
border-color: #672723;
}
.TagClassName
{
border-color: #672723;
}
</style>