Shades of Red Oxide #651F10
Tints of Red Oxide #651F10
RGB
CMYK
RGB Variations
Color information
#651F10 (or 0x651F10) is known color: Red Oxide. HEX triplet: 65, 1F and 10. RGB value is (101,31,16). Sum of RGB (Red+Green+Blue) = 101+31+16=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #651F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F10 is #9AE0EF. Grayscale: #323232. Windows color (decimal): -10150128 or 1056613. OLE color: 1056613.
HSL color Cylindrical-coordinate representation of color #651F10: hue angle of 10.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651F10 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 31 | 16 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.60 |
| HSL | 10.59º | 0.73% | 0.23% | - |
| HSV(B) | 10.59º | 0.84% | 0.4% | - |
| XYZ | 5.95 | 3.78 | 0.91 | - |
| YUV | 50.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 16 | 0 | 0.69 | 0.84 | 0.60 | 10.59 | 0.73 | 0.23 |
| Hex | 65 | 1F | 10 | 0 | 45 | 54 | 3C | B | 49 | 17 |
| Octal | 145 | 37 | 20 | 0 | 105 | 124 | 74 | 13 | 111 | 27 |
| Binary | 1100101 | 11111 | 10000 | 0 | 1000101 | 1010100 | 111100 | 1011 | 1001001 | 10111 |
Color Harmonies of #651F10
Complementary color
Monochromatic Colors of #651F10
Black with #651F10
Text Example
Text Example
White with #651F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F10; }
p { color: rgb(101,31,16); }
H1.HeaderClassName
{
color: #651F10;
}
.AnyTagClassName
{
color: #651F10;
}
</style>
background-color css
<style>
a { background-color: #651F10; }
a { background-color: rgb(101,31,16); }
div.DivClassName
{
background-color: #651F10;
}
.BgClassName
{
background-color: #651F10;
}
</style>
border-color css
<style>
span { border-color: #651F10; }
span { border-color: rgb(101,31,16); }
td.TdClassName
{
border-color: #651F10;
}
.TagClassName
{
border-color: #651F10;
}
</style>