Shades of Red Oxide #651707
Tints of Red Oxide #651707
RGB
CMYK
RGB Variations
Color information
#651707 (or 0x651707) is known color: Red Oxide. HEX triplet: 65, 17 and 07. RGB value is (101,23,7). Sum of RGB (Red+Green+Blue) = 101+23+7=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #651707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651707 is #9AE8F8. Grayscale: #2C2C2C. Windows color (decimal): -10152185 or 464741. OLE color: 464741.
HSL color Cylindrical-coordinate representation of color #651707: hue angle of 10.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #651707 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 23 | 7 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.60 |
| HSL | 10.21º | 0.87% | 0.21% | - |
| HSV(B) | 10.21º | 0.93% | 0.4% | - |
| XYZ | 5.71 | 3.39 | 0.56 | - |
| YUV | 44.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 7 | 0 | 0.77 | 0.93 | 0.60 | 10.21 | 0.87 | 0.21 |
| Hex | 65 | 17 | 7 | 0 | 4D | 5D | 3C | A | 57 | 15 |
| Octal | 145 | 27 | 7 | 0 | 115 | 135 | 74 | 12 | 127 | 25 |
| Binary | 1100101 | 10111 | 111 | 0 | 1001101 | 1011101 | 111100 | 1010 | 1010111 | 10101 |
Color Harmonies of #651707
Complementary color
Monochromatic Colors of #651707
Black with #651707
Text Example
Text Example
White with #651707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651707; }
p { color: rgb(101,23,7); }
H1.HeaderClassName
{
color: #651707;
}
.AnyTagClassName
{
color: #651707;
}
</style>
background-color css
<style>
a { background-color: #651707; }
a { background-color: rgb(101,23,7); }
div.DivClassName
{
background-color: #651707;
}
.BgClassName
{
background-color: #651707;
}
</style>
border-color css
<style>
span { border-color: #651707; }
span { border-color: rgb(101,23,7); }
td.TdClassName
{
border-color: #651707;
}
.TagClassName
{
border-color: #651707;
}
</style>