Shades of Red Oxide #652422
Tints of Red Oxide #652422
RGB
CMYK
RGB Variations
Color information
#652422 (or 0x652422) is known color: Red Oxide. HEX triplet: 65, 24 and 22. RGB value is (101,36,34). Sum of RGB (Red+Green+Blue) = 101+36+34=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652422 is #9ADBDD. Grayscale: #373737. Windows color (decimal): -10148830 or 2237541. OLE color: 2237541.
HSL color Cylindrical-coordinate representation of color #652422: hue angle of 1.79º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652422 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 34 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.60 |
| HSL | 1.79º | 0.5% | 0.26% | - |
| HSV(B) | 1.79º | 0.66% | 0.4% | - |
| XYZ | 6.29 | 4.14 | 1.98 | - |
| YUV | 55.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 34 | 0 | 0.64 | 0.66 | 0.60 | 1.79 | 0.5 | 0.26 |
| Hex | 65 | 24 | 22 | 0 | 40 | 42 | 3C | 2 | 32 | 1A |
| Octal | 145 | 44 | 42 | 0 | 100 | 102 | 74 | 2 | 62 | 32 |
| Binary | 1100101 | 100100 | 100010 | 0 | 1000000 | 1000010 | 111100 | 10 | 110010 | 11010 |
Color Harmonies of #652422
Complementary color
Monochromatic Colors of #652422
Black with #652422
Text Example
Text Example
White with #652422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652422; }
p { color: rgb(101,36,34); }
H1.HeaderClassName
{
color: #652422;
}
.AnyTagClassName
{
color: #652422;
}
</style>
background-color css
<style>
a { background-color: #652422; }
a { background-color: rgb(101,36,34); }
div.DivClassName
{
background-color: #652422;
}
.BgClassName
{
background-color: #652422;
}
</style>
border-color css
<style>
span { border-color: #652422; }
span { border-color: rgb(101,36,34); }
td.TdClassName
{
border-color: #652422;
}
.TagClassName
{
border-color: #652422;
}
</style>