Shades of Red Oxide #651F16
Tints of Red Oxide #651F16
RGB
CMYK
RGB Variations
Color information
#651F16 (or 0x651F16) is known color: Red Oxide. HEX triplet: 65, 1F and 16. RGB value is (101,31,22). Sum of RGB (Red+Green+Blue) = 101+31+22=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #651F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F16 is #9AE0E9. Grayscale: #333333. Windows color (decimal): -10150122 or 1449829. OLE color: 1449829.
HSL color Cylindrical-coordinate representation of color #651F16: hue angle of 6.84º 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 #651F16 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 31 | 22 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.60 |
| HSL | 6.84º | 0.64% | 0.24% | - |
| HSV(B) | 6.84º | 0.78% | 0.4% | - |
| XYZ | 6 | 3.8 | 1.18 | - |
| YUV | 50.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 22 | 0 | 0.69 | 0.78 | 0.60 | 6.84 | 0.64 | 0.24 |
| Hex | 65 | 1F | 16 | 0 | 45 | 4E | 3C | 7 | 40 | 18 |
| Octal | 145 | 37 | 26 | 0 | 105 | 116 | 74 | 7 | 100 | 30 |
| Binary | 1100101 | 11111 | 10110 | 0 | 1000101 | 1001110 | 111100 | 111 | 1000000 | 11000 |
Color Harmonies of #651F16
Complementary color
Monochromatic Colors of #651F16
Black with #651F16
Text Example
Text Example
White with #651F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F16; }
p { color: rgb(101,31,22); }
H1.HeaderClassName
{
color: #651F16;
}
.AnyTagClassName
{
color: #651F16;
}
</style>
background-color css
<style>
a { background-color: #651F16; }
a { background-color: rgb(101,31,22); }
div.DivClassName
{
background-color: #651F16;
}
.BgClassName
{
background-color: #651F16;
}
</style>
border-color css
<style>
span { border-color: #651F16; }
span { border-color: rgb(101,31,22); }
td.TdClassName
{
border-color: #651F16;
}
.TagClassName
{
border-color: #651F16;
}
</style>