Shades of Red Oxide #652219
Tints of Red Oxide #652219
RGB
CMYK
RGB Variations
Color information
#652219 (or 0x652219) is known color: Red Oxide. HEX triplet: 65, 22 and 19. RGB value is (101,34,25). Sum of RGB (Red+Green+Blue) = 101+34+25=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #652219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652219 is #9ADDE6. Grayscale: #353535. Windows color (decimal): -10149351 or 1647205. OLE color: 1647205.
HSL color Cylindrical-coordinate representation of color #652219: hue angle of 7.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652219 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 25 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.60 |
| HSL | 7.11º | 0.6% | 0.25% | - |
| HSV(B) | 7.11º | 0.75% | 0.4% | - |
| XYZ | 6.11 | 3.98 | 1.37 | - |
| YUV | 53.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 25 | 0 | 0.66 | 0.75 | 0.60 | 7.11 | 0.6 | 0.25 |
| Hex | 65 | 22 | 19 | 0 | 42 | 4B | 3C | 7 | 3C | 19 |
| Octal | 145 | 42 | 31 | 0 | 102 | 113 | 74 | 7 | 74 | 31 |
| Binary | 1100101 | 100010 | 11001 | 0 | 1000010 | 1001011 | 111100 | 111 | 111100 | 11001 |
Color Harmonies of #652219
Complementary color
Monochromatic Colors of #652219
Black with #652219
Text Example
Text Example
White with #652219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652219; }
p { color: rgb(101,34,25); }
H1.HeaderClassName
{
color: #652219;
}
.AnyTagClassName
{
color: #652219;
}
</style>
background-color css
<style>
a { background-color: #652219; }
a { background-color: rgb(101,34,25); }
div.DivClassName
{
background-color: #652219;
}
.BgClassName
{
background-color: #652219;
}
</style>
border-color css
<style>
span { border-color: #652219; }
span { border-color: rgb(101,34,25); }
td.TdClassName
{
border-color: #652219;
}
.TagClassName
{
border-color: #652219;
}
</style>