Shades of Red Oxide #652622
Tints of Red Oxide #652622
RGB
CMYK
RGB Variations
Color information
#652622 (or 0x652622) is known color: Red Oxide. HEX triplet: 65, 26 and 22. RGB value is (101,38,34). Sum of RGB (Red+Green+Blue) = 101+38+34=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #652622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652622 is #9AD9DD. Grayscale: #383838. Windows color (decimal): -10148318 or 2238053. OLE color: 2238053.
HSL color Cylindrical-coordinate representation of color #652622: hue angle of 3.58º 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 #652622 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 38 | 34 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.60 |
| HSL | 3.58º | 0.5% | 0.26% | - |
| HSV(B) | 3.58º | 0.66% | 0.4% | - |
| XYZ | 6.35 | 4.27 | 2 | - |
| YUV | 56.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 34 | 0 | 0.62 | 0.66 | 0.60 | 3.58 | 0.5 | 0.26 |
| Hex | 65 | 26 | 22 | 0 | 3E | 42 | 3C | 4 | 32 | 1A |
| Octal | 145 | 46 | 42 | 0 | 76 | 102 | 74 | 4 | 62 | 32 |
| Binary | 1100101 | 100110 | 100010 | 0 | 111110 | 1000010 | 111100 | 100 | 110010 | 11010 |
Color Harmonies of #652622
Complementary color
Monochromatic Colors of #652622
Black with #652622
Text Example
Text Example
White with #652622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652622; }
p { color: rgb(101,38,34); }
H1.HeaderClassName
{
color: #652622;
}
.AnyTagClassName
{
color: #652622;
}
</style>
background-color css
<style>
a { background-color: #652622; }
a { background-color: rgb(101,38,34); }
div.DivClassName
{
background-color: #652622;
}
.BgClassName
{
background-color: #652622;
}
</style>
border-color css
<style>
span { border-color: #652622; }
span { border-color: rgb(101,38,34); }
td.TdClassName
{
border-color: #652622;
}
.TagClassName
{
border-color: #652622;
}
</style>