Shades of Red Oxide #651616
Tints of Red Oxide #651616
RGB
CMYK
RGB Variations
Color information
#651616 (or 0x651616) is known color: Red Oxide. HEX triplet: 65, 16 and 16. RGB value is (101,22,22). Sum of RGB (Red+Green+Blue) = 101+22+22=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #651616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651616 is #9AE9E9. Grayscale: #2D2D2D. Windows color (decimal): -10152426 or 1447525. OLE color: 1447525.
HSL color Cylindrical-coordinate representation of color #651616: hue angle of 0º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651616 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 22 | 22 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.60 |
| HSL | 0º | 0.64% | 0.24% | - |
| HSV(B) | 0º | 0.78% | 0.4% | - |
| XYZ | 5.8 | 3.4 | 1.11 | - |
| YUV | 45.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 22 | 0 | 0.78 | 0.78 | 0.60 | 0 | 0.64 | 0.24 |
| Hex | 65 | 16 | 16 | 0 | 4E | 4E | 3C | 0 | 40 | 18 |
| Octal | 145 | 26 | 26 | 0 | 116 | 116 | 74 | 0 | 100 | 30 |
| Binary | 1100101 | 10110 | 10110 | 0 | 1001110 | 1001110 | 111100 | 0 | 1000000 | 11000 |
Color Harmonies of #651616
Complementary color
Monochromatic Colors of #651616
Black with #651616
Text Example
Text Example
White with #651616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651616; }
p { color: rgb(101,22,22); }
H1.HeaderClassName
{
color: #651616;
}
.AnyTagClassName
{
color: #651616;
}
</style>
background-color css
<style>
a { background-color: #651616; }
a { background-color: rgb(101,22,22); }
div.DivClassName
{
background-color: #651616;
}
.BgClassName
{
background-color: #651616;
}
</style>
border-color css
<style>
span { border-color: #651616; }
span { border-color: rgb(101,22,22); }
td.TdClassName
{
border-color: #651616;
}
.TagClassName
{
border-color: #651616;
}
</style>