Shades of Red Oxide #652218
Tints of Red Oxide #652218
RGB
CMYK
RGB Variations
Color information
#652218 (or 0x652218) is known color: Red Oxide. HEX triplet: 65, 22 and 18. RGB value is (101,34,24). Sum of RGB (Red+Green+Blue) = 101+34+24=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #652218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652218 is #9ADDE7. Grayscale: #353535. Windows color (decimal): -10149352 or 1581669. OLE color: 1581669.
HSL color Cylindrical-coordinate representation of color #652218: hue angle of 7.79º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652218 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 24 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.60 |
| HSL | 7.79º | 0.62% | 0.25% | - |
| HSV(B) | 7.79º | 0.76% | 0.4% | - |
| XYZ | 6.1 | 3.98 | 1.31 | - |
| YUV | 52.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 24 | 0 | 0.66 | 0.76 | 0.60 | 7.79 | 0.62 | 0.25 |
| Hex | 65 | 22 | 18 | 0 | 42 | 4C | 3C | 8 | 3E | 19 |
| Octal | 145 | 42 | 30 | 0 | 102 | 114 | 74 | 10 | 76 | 31 |
| Binary | 1100101 | 100010 | 11000 | 0 | 1000010 | 1001100 | 111100 | 1000 | 111110 | 11001 |
Color Harmonies of #652218
Complementary color
Monochromatic Colors of #652218
Black with #652218
Text Example
Text Example
White with #652218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652218; }
p { color: rgb(101,34,24); }
H1.HeaderClassName
{
color: #652218;
}
.AnyTagClassName
{
color: #652218;
}
</style>
background-color css
<style>
a { background-color: #652218; }
a { background-color: rgb(101,34,24); }
div.DivClassName
{
background-color: #652218;
}
.BgClassName
{
background-color: #652218;
}
</style>
border-color css
<style>
span { border-color: #652218; }
span { border-color: rgb(101,34,24); }
td.TdClassName
{
border-color: #652218;
}
.TagClassName
{
border-color: #652218;
}
</style>